Npm Registry Fetch Versions Save

like fetch() but for the npm registry

v13.3.0

1 year ago

13.3.0 (2022-07-18)

Features

  • respect registry-scoped certfile and keyfile options (#125) (42d605c)

v13.2.0

1 year ago

13.2.0 (2022-06-29)

Features

  • set 'npm-auth-type' header depending on config option (#123) (ff4ed65)

v13.1.1

1 year ago

13.1.1 (2022-04-13)

Bug Fixes

  • replace deprecated String.prototype.substr() (#115) (804411f)

v13.1.0

2 years ago

13.1.0 (2022-03-22)

Features

Dependencies

  • update make-fetch-happen requirement from ^10.0.3 to ^10.0.4 (#96) (38d9782)
  • update make-fetch-happen requirement from ^10.0.4 to ^10.0.6 (#101) (1d2f3ed)
  • update minipass-fetch requirement from ^2.0.1 to ^2.0.2 (#95) (d8c3180)
  • update minipass-fetch requirement from ^2.0.2 to ^2.0.3 (#99) (3e08986)
  • update npm-package-arg requirement from ^9.0.0 to ^9.0.1 (#102) (a6192b4)

v13.0.1

2 years ago

Dependencies

  • bump minipass-fetch from 1.4.1 to 2.0.1 (#92) (33d0ecd)
  • update make-fetch-happen requirement from ^10.0.2 to ^10.0.3 (ee38552)

v13.0.0

2 years ago

⚠ BREAKING CHANGES

  • this drops support for passing in a log property. All logs are now emitted on the process object via proc-log

Features

  • use proc-log and drop npmlog support (#85) (db90766)

Dependencies

  • bump npm-package-arg from 8.1.5 to 9.0.0 (0b41730)
  • update make-fetch-happen requirement from ^10.0.1 to ^10.0.2 (6644733)

v12.0.2

2 years ago

Bug Fixes

  • consistent use of url.URL (847e5f9)

Dependencies

  • update make-fetch-happen requirement from ^10.0.0 to ^10.0.1 (d1a2a7f)
  • update minipass requirement from ^3.1.3 to ^3.1.6 (caa4309)
  • update minipass-fetch requirement from ^1.3.0 to ^1.4.1 (52f2ca9)
  • update minizlib requirement from ^2.0.0 to ^2.1.2 (9258e8a)
  • update npm-package-arg requirement from ^8.0.0 to ^8.1.5 (131ab16)

Documentation

  • rename token to _authToken (d615b4e)

v12.0.1

2 years ago

v4.0.1

4 years ago
  • Fixed missing safe-buffer dependency, thanks @evocateur