Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jwks-rsa

Package Overview
Dependencies
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jwks-rsa - npm Package Versions

124

1.10.1

Diff

Changelog

Source

[1.10.1] - (2020-09-24)

Fixed

  • fix proxy agent for http #182 (NShahri)
  • fix dependencies for --production flag with npm #180 (alexrqs)
davidpatrick0
published 1.10.0 •

Changelog

Source

[1.10.0] - (2020-09-23)

Added

Fixed

lbalmaceda
published 1.9.0 •

Changelog

Source

[1.9.0] - (2020-08-18)

Added

Fixed

Security

  • Bump lodash from 4.17.15 to 4.17.19 [#152](https://github.com/auth0/node-jwks
lbalmaceda
published 1.8.1 •

Changelog

Source

[1.8.1] - (2020-06-18)

Fixed

  • Fix #139 strictSsl: false option being ignored #146 (kopancek)

Security

davidpatrick0
published 1.8.0 •

Changelog

Source

[1.8.0] - (2020-04-12)

Added

  • Added timeout with default value of 30s #132 (Cooke)

Changed

Fixed

davidpatrick0
published 1.7.0 •

Changelog

Source

[1.7.0] - (2020-02-18)

This release includes a change to the default caching mechanism. Caching is on now by default, with the decrease of the default time of 10hours to 10minutes. This change introduces better support for signing key rotation.

Added

Changed

Fixed

lbalmaceda
published 1.6.2 •

Changelog

Source

[1.6.2] - (2020-01-21)

This patch release includes an alias for accessing the public key of a given JSON Web Key (JWK). This is in response to an unintended breaking change that was introduced as part of the last Typescript definitions change, included in the release with version 1.6.0.

Now, no matter what the public key algorithm is, you can obtain it like this:

client.getSigningKey(kid, (err, jwk) => {
  const publicKey = jwk.getPublicKey();
});

Fixed

lbalmaceda
published 1.6.1 •

Changelog

Source

[1.6.1] - (2020-01-13)

Changed

luisrudge
published 1.6.0 •

Changelog

Source

[1.6.0] - (2019-07-09)

Added

  • Add agentOptions to customize request TLS/SSL options. https://github.com/auth0/node-jwks-rsa/pull/84
damieng
published 1.5.1 •

Changelog

Source

[1.5.1] - (2019-05-21)

Changed

  • Now includes the jsonwebtoken as a runtime dependency not dev to avoid breaks with 1.5.0 installs
  • Various dependencies in both the library and samples updated
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc