New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hapi-auth-jwt2

Package Overview
Dependencies
Maintainers
0
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-auth-jwt2 - npm Package Versions

23
10

11.0.0

Diff

nelsonic
published 10.7.0 •

nelsonic
published 10.6.0 •

nelsonic
published 10.5.1 •

nelsonic
published 10.5.0 •

nelsonic
published 10.4.0 •

nelsonic
published 10.2.0 •

nelsonic
published 10.1.0 •

nelsonic
published 10.0.0 •

Changelog

Source

Version 10.0.0

Version 10.0.0 introduces a breaking change where the returned payload Object now contains an artifacts Object of the form:

return {
  payload: {
    credentials: credentials
    artifacts: {
      token,
      decoded,
    },
  },
};

Previously the value of artifacts was just the token. Anyone using version 9.0.0 will need to make the minor update to use payload.artifacts.token as opposed to payload.artifacts.

nelsonic
published 9.0.1 •

23
10
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