@fastify/bearer-auth
Advanced tools
Comparing version 7.0.1 to 8.0.0
{ | ||
"name": "@fastify/bearer-auth", | ||
"version": "7.0.1", | ||
"version": "8.0.0", | ||
"description": "An authentication plugin for Fastify", | ||
@@ -32,6 +32,6 @@ "main": "plugin.js", | ||
"devDependencies": { | ||
"@fastify/auth": "^2.0.0", | ||
"@fastify/auth": "^3.0.0", | ||
"@fastify/pre-commit": "^2.0.2", | ||
"@types/node": "^17.0.0", | ||
"fastify": "^3.0.0", | ||
"pre-commit": "^1.2.2", | ||
"fastify": "^4.0.0-rc.2", | ||
"snazzy": "^9.0.0", | ||
@@ -38,0 +38,0 @@ "standard": "^17.0.0", |
@@ -131,5 +131,5 @@ 'use strict' | ||
module.exports = fp(plugin, { | ||
fastify: '3.x', | ||
name: 'fastify-bearer-auth' | ||
fastify: '4.x', | ||
name: '@fastify/bearer-auth' | ||
}) | ||
module.exports.internals = { factory: verifyBearerAuthFactory } |
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
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
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