fastify-jwt
Advanced tools
Comparing version 0.9.1 to 0.9.2
{ | ||
"name": "fastify-jwt", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "JWT utils for Fastify", | ||
"main": "jwt.js", | ||
"types": "index.d.ts", | ||
"engines": { | ||
@@ -10,3 +11,3 @@ "node": ">6" | ||
"scripts": { | ||
"test": "standard && tap test.js" | ||
"test": "standard && tap test.js && tsc --project ./tsconfig.json" | ||
}, | ||
@@ -37,6 +38,8 @@ "repository": { | ||
"devDependencies": { | ||
"@types/jsonwebtoken": "^8.3.0", | ||
"fastify": "^1.11.2", | ||
"standard": "^12.0.1", | ||
"tap": "^12.0.1" | ||
"tap": "^12.0.1", | ||
"typescript": "^3.2.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
73566
18
1524
5