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

fastify-jwt

Package Overview
Dependencies
Maintainers
6
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-jwt - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

jwt.js

@@ -147,2 +147,5 @@ 'use strict'

module.exports = fp(fastifyJwt, '>= 0.39')
module.exports = fp(fastifyJwt, {
fastify: '>=1.0.0-rc.1',
name: 'fastify-jwt'
})

4

package.json
{
"name": "fastify-jwt",
"version": "0.2.0",
"version": "0.2.1",
"description": "JWT utils for Fastify",

@@ -32,3 +32,3 @@ "main": "jwt.js",

"devDependencies": {
"fastify": "^0.39",
"fastify": "^1.0.0-rc.1",
"request": "^2.83.0",

@@ -35,0 +35,0 @@ "request-promise-native": "^1.0.5",

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