Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-138.14.0v8.14.0Gar
2022-07-12deps: npm-profile@6.2.0 (#5158)Gar
2022-07-12deps: npm-registry-fetch@13.2.0 (#5157)Gar
2022-07-12deps: @npmcli/run-script@4.1.7Gar
* unique filename for temporary script files * correctly translate paths when using bash in windows
2022-07-12deps: npm-package-arg@9.1.0Gar
2022-07-12chore: add dependencies script (#5148)Gar
No more having to manually remember to run this!
2022-07-11feat: add npm audit signatures (#4827)Philip Harrison
* feat: add npm audit signatures Implements [RFC: Improve signature verification](https://github.com/npm/rfcs/pull/550/) Adds a new sub-command to `audit`: `npm audit signatures` (following [`npm audit licenses`](https://github.com/npm/cli/pull/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
2022-06-308.13.2v8.13.2Luke Karrys
2022-06-29deps: @npmcli/run-script@4.1.5nlf
2022-06-29deps: @npmcli/run-script@4.1.4nlf
2022-06-238.13.1v8.13.1Nathan Fritz
2022-06-23deps: @npmcli/run-script@4.1.3 (#5064)nlf
* deps: @npmcli/run-script@4.1.3
2022-06-238.13.0v8.13.0Nathan Fritz
2022-06-22deps: npm-profile@6.1.0 (#5034)Gar
* Allow web-login donecheck to cancel opener promise * set 'npm-use-webauthn' header depending on option
2022-06-22deps: make-fetch-happen@10.1.8 (#5044)Gar
2022-06-22deps: @npmcli/run-script@4.1.0nlf
2022-06-22deps: pacote@13.6.1nlf
2022-06-158.12.2v8.12.2Gar
2022-06-14deps: cacache@16.1.1 (#4985)Gar
* read: change lstat to stat to correctly evaluate file size
2022-06-14deps: make-fetch-happen@10.1.7 (#4986)Gar
2022-06-028.12.1v8.12.1nlf
2022-06-028.12.0v8.12.0Ruy Adorno
2022-06-02deps: pacote@13.6.0 (#4969)Gar
* allow reuse of external integrity stream * replaceRegistryHost can now be a hostname * error when passing signature without keys
2022-06-02deps: make-fetch-happen@10.1.6 (#4949)nlf
2022-05-258.11.0v8.11.0Luke Karrys
2022-05-20deps: ssri@9.0.1Gar
* store emitted events and re-emit them for late listeners
2022-05-20deps: pacote@13.4.1Gar
* pass prefix and workspaces to npm-packlist * add verifySignatures to registry.manifest
2022-05-20deps: make-fetch-happen@10.1.5Gar
* cache integrity and size events so late listeners still get them * pass expected integrity to cacache * pass integrityEmitter to cacache to avoid a redundant integrity stream * remove in-memory buffering in favor of full time streaming
2022-05-20deps: cacache@16.1.0Gar
* allow external integrity/size source
2022-05-118.10.0v8.10.0Gar
2022-05-11chore: @npmcli/template-oss@3.5.0 (#4882)Gar
2022-05-09deps: make-fetch-happen@10.1.3 (#4872)Gar
2022-05-07fix: remove test coverage map (#4862)Gar
Turns out there were three files that still had no test coverage because of the combination of the mocks in tests and the coverage map. Removing the map altogether exposed them. This PR removes the coverage map and fixes test to cover all lines that were being missed. While adding coverage to the `npm search` codebase multiple unneeded guards and at least one bug was found (it was impossible to exclude searches based on username). These were fixed. The `npm view` tests were also refactored to use the real npm object. Finally, a small inlining of lib/utils/file-exists.js was done.
2022-05-048.9.0v8.9.0nlf
2022-05-04deps: pacote@13.3.0 (#4852)Gar
* add _signatures to manifest
2022-05-04chore: run make docs in postsnap script instead of make mandocs (#4848)nlf
2022-05-04deps: cacache@16.0.7 (#4816)Gar
2022-05-03deps: pacote@13.2.0 (#4837)Nathan Fritz
2022-04-278.8.0v8.8.0release/v8.8.0Ruy Adorno
2022-04-26deps: cli-table3@0.6.2Luke Karrys
2022-04-26deps: semver@7.3.7Luke Karrys
2022-04-26deps: glob@8.0.1Luke Karrys
2022-04-26deps: read-package-json@5.0.1Luke Karrys
2022-04-26deps: npmlog@6.0.2Luke Karrys
2022-04-26deps: npm-profile@6.0.3Luke Karrys
2022-04-26deps: cacache@16.0.6Luke Karrys
2022-04-26deps: @npmcli/map-workspaces@2.0.3Luke Karrys
2022-04-26chore(deps): @npmcli/template-oss@3.4.2Luke Karrys
2022-04-15deps: npm-registry-fetch@13.1.1Gar
2022-04-148.7.0v8.7.0Luke Karrys