fastify-jwt
Advanced tools
Comparing version 0.9.5 to 0.9.6
{ | ||
"name": "fastify-jwt", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "JWT utils for Fastify", | ||
@@ -31,2 +31,3 @@ "main": "jwt.js", | ||
"dependencies": { | ||
"@types/jsonwebtoken": "^8.3.2", | ||
"fastify-plugin": "^1.2.0", | ||
@@ -38,3 +39,2 @@ "http-errors": "^1.7.1", | ||
"devDependencies": { | ||
"@types/jsonwebtoken": "^8.3.0", | ||
"fastify": "^2.0.0", | ||
@@ -41,0 +41,0 @@ "standard": "^12.0.1", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
4
5
2
+ Added@types/jsonwebtoken@^8.3.2
+ Added@types/jsonwebtoken@8.5.9(transitive)
+ Added@types/node@22.10.2(transitive)
+ Addedundici-types@6.20.0(transitive)