@fastify/auth
Advanced tools
Comparing version 4.3.0 to 4.4.0
{ | ||
"name": "@fastify/auth", | ||
"version": "4.3.0", | ||
"version": "4.4.0", | ||
"description": "Run multiple auth functions in Fastify", | ||
@@ -10,3 +10,4 @@ "repository": { | ||
"main": "auth.js", | ||
"types": "auth.d.ts", | ||
"type": "commonjs", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
@@ -34,3 +35,3 @@ "clean": "rimraf authdb", | ||
"devDependencies": { | ||
"@fastify/jwt": "^6.3.2", | ||
"@fastify/jwt": "^7.0.0", | ||
"@fastify/leveldb": "^5.0.1", | ||
@@ -45,3 +46,3 @@ "@fastify/pre-commit": "^2.0.2", | ||
"tap": "^16.3.0", | ||
"tsd": "^0.28.0" | ||
"tsd": "^0.29.0" | ||
}, | ||
@@ -52,5 +53,2 @@ "dependencies": { | ||
}, | ||
"tsd": { | ||
"directory": "test" | ||
}, | ||
"publishConfig": { | ||
@@ -57,0 +55,0 @@ "access": "public" |
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
59835
18
1805