Skip to content

Releases: npm/npm-profile

v10.0.0

02 May 16:10
337e76d
Compare
Choose a tag to compare

10.0.0 (2024-05-02)

⚠️ BREAKING CHANGES

  • this uses AbortSignal.throwIfAborted() which is not available in all versions of Node 16
  • hostname is no longer sent as part of the web auth body
  • the opener function will now receive an object with an abort signal which can be used to listen for the abort event intead of an event emitter

Features

Bug Fixes

Dependencies

v9.0.2

30 Apr 19:32
9246935
Compare
Choose a tag to compare

9.0.2 (2024-04-30)

Bug Fixes

Dependencies

Chores

v9.0.1

12 Apr 22:04
a2d3040
Compare
Choose a tag to compare

9.0.1 (2024-04-12)

Dependencies

Chores

v9.0.0

15 Aug 23:00
Compare
Choose a tag to compare

9.0.0 (2023-08-15)

⚠️ BREAKING CHANGES

  • support for node <=16.13 has been removed

Bug Fixes

Dependencies

  • 1855caf #96 bump npm-registry-fetch from 15.0.0 to 16.0.0

v8.0.0

14 Aug 18:39
Compare
Choose a tag to compare

8.0.0 (2023-08-14)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

Dependencies

  • 96370c2 #92 bump npm-registry-fetch from 14.0.5 to 15.0.0

v7.0.1

17 Oct 19:37
dd687ac
Compare
Choose a tag to compare

7.0.1 (2022-10-17)

Dependencies

  • 36fa4b1 #76 bump npm-registry-fetch from 13.3.1 to 14.0.0
  • 29616ad #77 bump proc-log from 2.0.1 to 3.0.0

v7.0.0

04 Oct 17:24
6fad3d5
Compare
Choose a tag to compare

7.0.0 (2022-09-30)

⚠️ BREAKING CHANGES

  • npm-profile is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

v6.2.1

02 Aug 17:48
4cad0f7
Compare
Choose a tag to compare

6.2.1 (2022-08-02)

Bug Fixes

  • cancel opener promise if web login fails (#57) (cdc4acb)
  • remove npm-use-webauthn header (#53) (b701df2)

v6.2.0

12 Jul 19:57
d2076fb
Compare
Choose a tag to compare

6.2.0 (2022-07-12)

Features

  • Add export for webauthCheckLogin (#54) (05a7811)

v6.1.0

16 Jun 13:55
5aff31f
Compare
Choose a tag to compare

6.1.0 (2022-06-08)

Features

  • Allow web-login donecheck to cancel opener promise (#50) (aa82de0)
  • set 'npm-use-webauthn' header depending on option (#48) (6bdd233)