@fastify/bearer-auth
Advanced tools
Comparing version 8.0.1 to 9.0.0
{ | ||
"name": "@fastify/bearer-auth", | ||
"version": "8.0.1", | ||
"version": "9.0.0", | ||
"description": "An authentication plugin for Fastify", | ||
"main": "plugin.js", | ||
"types": "plugin.d.ts", | ||
"main": "index.js", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
"lint": "standard | snazzy", | ||
"lint:ci": "standard", | ||
"test": "tap \"test/**/*.test.js\" && tsd", | ||
"test:ci": "tap \"test/**/*.test.js\" --coverage-report=lcovonly && tsd" | ||
"lint": "standard", | ||
"test": "npm run test:unit && npm run test:typescript", | ||
"test:typescript": "tsd", | ||
"test:unit": "tap" | ||
}, | ||
@@ -32,20 +32,17 @@ "precommit": [ | ||
"devDependencies": { | ||
"@fastify/auth": "^3.0.0", | ||
"@fastify/auth": "^4.0.0", | ||
"@fastify/pre-commit": "^2.0.2", | ||
"@types/node": "^18.0.0", | ||
"fastify": "^4.0.0-rc.2", | ||
"snazzy": "^9.0.0", | ||
"standard": "^17.0.0", | ||
"tap": "^16.0.0", | ||
"tsd": "^0.22.0" | ||
"tsd": "^0.24.1" | ||
}, | ||
"dependencies": { | ||
"fastify-plugin": "^3.0.0" | ||
"fastify-plugin": "^4.0.0" | ||
}, | ||
"tsd": { | ||
"directory": "test", | ||
"compilerOptions": { | ||
"esModuleInterop": true | ||
} | ||
}, | ||
"pre-commit": [ | ||
"lint", | ||
"test" | ||
], | ||
"publishConfig": { | ||
@@ -52,0 +49,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
35844
7
17
954
2
+ Addedfastify-plugin@4.5.1(transitive)
- Removedfastify-plugin@3.0.1(transitive)
Updatedfastify-plugin@^4.0.0