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

@fastify/bearer-auth

Package Overview
Dependencies
Maintainers
18
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 7.0.1 to 8.0.0

8

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

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