Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fastify/bearer-auth

Package Overview
Dependencies
Maintainers
20
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/bearer-auth - npm Package Compare versions

Comparing version 8.0.1 to 9.0.0

index.js

31

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc