Skip to content

Releases: hugo19941994/jwks-fetch

Version 1.0.1

17 Aug 00:12
92110b4
Compare
Choose a tag to compare
  • Add "types": "dist/index.d.ts" in package.json

Version 1.0.0

16 Aug 23:36
9c69864
Compare
Choose a tag to compare
  • Updated dependencies
  • Generate declaration files
  • 1.x.x release, as it's been used in production for a while

0.2.4

13 Dec 13:36
e619134
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release

Changed

  • Updated package-lock.json to fix a potential vulnerability due to the merge dependency
  • Add ecdhCurve: 'auto' in the agent options to fix a bug in Node 8 (nodejs/node#19359)

0.2.3

29 Oct 14:50
fbce27d
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

Changed

  • Remove comments from dist files
  • Throw HTTPError (instead of regular error) with null res if fetch throws an exception

0.2.2

26 Oct 18:36
ff38a6f
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Added

  • dist generation in prepack and pretest script
  • .npmignore to remove source files
  • keywords and engines to package.json

Changed

  • Regenerate jwksclient.js to what version 0.2.0 was supposed to be

0.2.1

26 Oct 11:10
6dd9809
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Changed

  • Version 0.2.0 was broken in the npm registry. Bump patch version to publish in npm. Code is identical to version 0.2.0

0.2.0

26 Oct 11:08
587c133
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Changed

  • If an invalid kid is provided and the JWKs only contains one key throw an error instead of returning the sole key

0.1.0

25 Oct 13:09
3d9e3f7
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Added

  • First version