-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Comparing changes
Open a pull request
base repository: npm/cli
base: afa10c747e44bc6fa12cfeb3ece7a8e25ac4beae
head repository: npm/cli
compare: d0e7491162965e539da51903f87fa5991d3cd04b
Commits on Jun 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 362325a - Browse repository at this point
Copy the full SHA 362325aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5be4d6 - Browse repository at this point
Copy the full SHA a5be4d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76bbb9a - Browse repository at this point
Copy the full SHA 76bbb9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea332b - Browse repository at this point
Copy the full SHA 3ea332bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d450d23 - Browse repository at this point
Copy the full SHA d450d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14a08d6 - Browse repository at this point
Copy the full SHA 14a08d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04682b7 - Browse repository at this point
Copy the full SHA 04682b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ab9776 - Browse repository at this point
Copy the full SHA 1ab9776View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8acfb3 - Browse repository at this point
Copy the full SHA d8acfb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f13e82 - Browse repository at this point
Copy the full SHA 3f13e82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69fa5ff - Browse repository at this point
Copy the full SHA 69fa5ffView commit details
Commits on Jun 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f59a114 - Browse repository at this point
Copy the full SHA f59a114View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0bda31 - Browse repository at this point
Copy the full SHA c0bda31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 236b4a2 - Browse repository at this point
Copy the full SHA 236b4a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e94393 - Browse repository at this point
Copy the full SHA 4e94393View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a6664d - Browse repository at this point
Copy the full SHA 0a6664dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d997196 - Browse repository at this point
Copy the full SHA d997196View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f94049 - Browse repository at this point
Copy the full SHA 9f94049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba1e36 - Browse repository at this point
Copy the full SHA 4ba1e36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8212363 - Browse repository at this point
Copy the full SHA 8212363View commit details -
Configuration menu - View commit details
-
Copy full SHA for a76e107 - Browse repository at this point
Copy the full SHA a76e107View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a0bf55 - Browse repository at this point
Copy the full SHA 5a0bf55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce09f1 - Browse repository at this point
Copy the full SHA 0ce09f1View commit details
Commits on Jun 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5be7d6e - Browse repository at this point
Copy the full SHA 5be7d6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd62328 - Browse repository at this point
Copy the full SHA dd62328View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5546906 - Browse repository at this point
Copy the full SHA 5546906View commit details -
deps: @npmcli/metavuln-calculator@3.1.1 (#5102)
* don't throw on invalid semver versions
Configuration menu - View commit details
-
Copy full SHA for c7d5a69 - Browse repository at this point
Copy the full SHA c7d5a69View commit details -
deps: npm-packlist@5.1.1 (#5103)
* correctly ignore .gitignore when a .npmignore is present
Configuration menu - View commit details
-
Copy full SHA for 7ce66b0 - Browse repository at this point
Copy the full SHA 7ce66b0View commit details -
chore: arborist test snapshots (#5106)
run-script update changed cmd signatures
Configuration menu - View commit details
-
Copy full SHA for 7fd4f52 - Browse repository at this point
Copy the full SHA 7fd4f52View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffea70b - Browse repository at this point
Copy the full SHA ffea70bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef8d2ed - Browse repository at this point
Copy the full SHA ef8d2edView commit details
Commits on Jul 11, 2022
-
feat: add npm audit signatures (#4827)
* feat: add npm audit signatures Implements [RFC: Improve signature verification](npm/rfcs#550) Adds a new sub-command to `audit`: `npm audit signatures` (following [`npm audit licenses`](#3452)) This command will verify registry signatures stored in the packument against a public key on the registry. Supporting: - Any registry that implements `host/-/npm/v1/keys` endpoint and provides `signatures` in the packument `dist` object - Validates public keys are not expired - Errors when encountering packages with missing signatures when the registry returns keys at `host/-/npm/v1/keys` - Errors when encountering invalid signatures - Output: json/human formats
Configuration menu - View commit details
-
Copy full SHA for f032e1c - Browse repository at this point
Copy the full SHA f032e1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9697f16 - Browse repository at this point
Copy the full SHA 9697f16View commit details -
docs: update reference to deprecated spdx package (#5079)
Just refer to the spec instead. Author describes the reason here: kemitchell/spdx.js@616ce61
Configuration menu - View commit details
-
Copy full SHA for da5a4ba - Browse repository at this point
Copy the full SHA da5a4baView commit details -
docs: naming of files in example code should be consistent (#5043)
The use of `a` workspace have some inconsistency in terms of naming, making the doc not easy to follow.
Configuration menu - View commit details
-
Copy full SHA for 25b3058 - Browse repository at this point
Copy the full SHA 25b3058View commit details -
feat(arborist): add support for dependencies script (#5094)
feat: add support for dependencies script this is a new feature that will run the `dependencies` (as well as the `pre` and `post` versions) script any time an npm action makes a change to the installed dependency tree, whether it's adding a new dependency, removing one, or just shuffling things around to dedupe/optimize
Configuration menu - View commit details
-
Copy full SHA for e9b4214 - Browse repository at this point
Copy the full SHA e9b4214View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac56fc4 - Browse repository at this point
Copy the full SHA ac56fc4View commit details
Commits on Jul 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aa0ba5c - Browse repository at this point
Copy the full SHA aa0ba5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb0db7c - Browse repository at this point
Copy the full SHA cb0db7cView commit details -
chore: add dependencies script (#5148)
No more having to manually remember to run this!
Configuration menu - View commit details
-
Copy full SHA for 6e68d23 - Browse repository at this point
Copy the full SHA 6e68d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52ec5ec - Browse repository at this point
Copy the full SHA 52ec5ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6c4ba3 - Browse repository at this point
Copy the full SHA c6c4ba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e58f02f - Browse repository at this point
Copy the full SHA e58f02fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8c0580 - Browse repository at this point
Copy the full SHA b8c0580View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad72611 - Browse repository at this point
Copy the full SHA ad72611View commit details -
Configuration menu - View commit details
-
Copy full SHA for c94919d - Browse repository at this point
Copy the full SHA c94919dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ddc57 - Browse repository at this point
Copy the full SHA 18ddc57View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2d700b - Browse repository at this point
Copy the full SHA a2d700bView commit details -
deps: @npmcli/run-script@4.1.7
* unique filename for temporary script files * correctly translate paths when using bash in windows
Configuration menu - View commit details
-
Copy full SHA for 99dc697 - Browse repository at this point
Copy the full SHA 99dc697View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13381b9 - Browse repository at this point
Copy the full SHA 13381b9View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.