fastify-jwt
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -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' | ||
}) |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18764
409
0