Npm Registry Fetch Versions Save

like fetch() but for the npm registry

v16.2.0

2 weeks ago

16.2.0 (2024-04-03)

Features

  • 76b02e8 #231 use @npmcli/redact for url cleaning (#231) (@lukekarrys)

Chores

  • e58e8bc #225 postinstall for dependabot template-oss PR (@lukekarrys)
  • ac8ae30 #225 bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
  • 8fc28d0 #222 postinstall for dependabot template-oss PR (@lukekarrys)
  • b7c4309 #222 bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])

v16.1.0

6 months ago

16.1.0 (2023-10-10)

Features

  • 84823a5 #212 include regKey and authKey in auth object (@wraithgar)
  • 92ec0da #212 add getAuth to main exports (@wraithgar)

v16.0.0

8 months ago

16.0.0 (2023-08-15)

⚠️ BREAKING CHANGES

  • support for node <=16.13 has been removed

Bug Fixes

Dependencies

  • c859195 #197 bump npm-package-arg from 10.1.0 to 11.0.0
  • c1d490d #198 bump make-fetch-happen from 12.0.0 to 13.0.0

v15.0.0

8 months ago

15.0.0 (2023-07-28)

⚠️ BREAKING CHANGES

  • the underlying fetch module now uses @npmcli/agent. Backwards compatibility should be fully implemented but due to the scope of this change it was made a breaking change out of an abundance of caution.
  • support for node 14 has been removed

Bug Fixes

Dependencies

  • a97564f #195 bump make-fetch-happen from 11.1.1 to 12.0.0 (#195)
  • e154d49 #191 bump minipass from 5.0.0 to 7.0.2

v14.0.5

11 months ago

14.0.5 (2023-04-27)

Dependencies

  • a2d5880 #177 bump minipass from 4.2.7 to 5.0.0 (#177)

v14.0.4

1 year ago

14.0.4 (2023-04-13)

Bug Fixes

  • 15dd221 #178 clean password by using url object itself (#178) (@DEMON1A)

Documentation

  • 14d1159 #173 update API documentation of noProxy option (#173) (@lingyuncai)

v14.0.3

1 year ago

14.0.3 (2022-12-07)

Dependencies

v14.0.2

1 year ago

14.0.2 (2022-10-18)

Dependencies

  • 36b7685 #154 bump npm-package-arg from 9.1.2 to 10.0.0

v14.0.1

1 year ago

14.0.1 (2022-10-17)

Dependencies

v14.0.0

1 year ago

14.0.0 (2022-10-13)

⚠️ BREAKING CHANGES

  • this module no longer attempts to change file ownership automatically
  • npm-registry-fetch is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • 104a51f #138 postinstall for dependabot template-oss PR (@lukekarrys)

Dependencies

  • b5aeed0 #146 bump make-fetch-happen from 10.2.1 to 11.0.0 (#146)