@fastify/bearer-auth
Advanced tools
Comparing version 9.4.0 to 10.0.0-pre.fv5.1
{ | ||
"name": "@fastify/bearer-auth", | ||
"version": "9.4.0", | ||
"version": "10.0.0-pre.fv5.1", | ||
"description": "An authentication plugin for Fastify", | ||
@@ -34,13 +34,13 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@fastify/auth": "^4.0.0", | ||
"@fastify/pre-commit": "^2.0.2", | ||
"@types/node": "^20.1.0", | ||
"fastify": "^4.0.0-rc.2", | ||
"standard": "^17.0.0", | ||
"tap": "^16.0.0", | ||
"tsd": "^0.30.0" | ||
"@fastify/auth": "^5.0.0-pre.fv5.1", | ||
"@fastify/pre-commit": "^2.1.0", | ||
"@types/node": "^20.12.7", | ||
"fastify": "^5.0.0-alpha.3", | ||
"standard": "^17.1.0", | ||
"tap": "^18.7.2", | ||
"tsd": "^0.31.0" | ||
}, | ||
"dependencies": { | ||
"@fastify/error": "^3.4.1", | ||
"fastify-plugin": "^4.0.0" | ||
"@fastify/error": "^4.0.0", | ||
"fastify-plugin": "^5.0.0-pre.fv5.1" | ||
}, | ||
@@ -47,0 +47,0 @@ "pre-commit": [ |
@@ -14,3 +14,3 @@ 'use strict' | ||
t.rejects(() => fastify.register(plugin, { keys: new Set(['123456']), specCompliance: 'invalid' }), new FST_BEARER_AUTH_INVALID_SPEC()) | ||
t.rejects(async () => fastify.register(plugin, { keys: new Set(['123456']), specCompliance: 'invalid' }), new FST_BEARER_AUTH_INVALID_SPEC()) | ||
}) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
47351
1
+ Added@fastify/error@4.0.0(transitive)
+ Addedfastify-plugin@5.0.1(transitive)
- Removed@fastify/error@3.4.1(transitive)
- Removedfastify-plugin@4.5.1(transitive)
Updated@fastify/error@^4.0.0