fastify-jwt
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "fastify-jwt", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "JWT utils for Fastify", | ||
@@ -27,10 +27,10 @@ "main": "jwt.js", | ||
"dependencies": { | ||
"fastify-plugin": "^0.1.0", | ||
"jsonwebtoken": "^7.4.1" | ||
"fastify-plugin": "^0.1.1", | ||
"jsonwebtoken": "^8.1.0" | ||
}, | ||
"devDependencies": { | ||
"fastify": "^0.21.0", | ||
"standard": "^10.0.2", | ||
"tap": "^10.3.3" | ||
"fastify": "^0.30.2", | ||
"standard": "^10.0.3", | ||
"tap": "^10.7.2" | ||
} | ||
} |
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
+ Addedjsonwebtoken@8.5.1(transitive)
+ Addedlodash.includes@4.3.0(transitive)
+ Addedlodash.isboolean@3.0.3(transitive)
+ Addedlodash.isinteger@4.0.4(transitive)
+ Addedlodash.isnumber@3.0.3(transitive)
+ Addedlodash.isplainobject@4.0.6(transitive)
+ Addedlodash.isstring@4.0.1(transitive)
- Removedhoek@2.16.3(transitive)
- Removedisemail@1.2.0(transitive)
- Removedjoi@6.10.1(transitive)
- Removedjsonwebtoken@7.4.3(transitive)
- Removedmoment@2.30.1(transitive)
- Removedtopo@1.1.0(transitive)
- Removedxtend@4.0.2(transitive)
Updatedfastify-plugin@^0.1.1
Updatedjsonwebtoken@^8.1.0