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 9.0.0 to 9.1.0

.gitattributes

2

lib/compare.js
'use strict'
const crypto = require('crypto')
const crypto = require('node:crypto')

@@ -5,0 +5,0 @@ // perform constant-time comparison to prevent timing attacks

{
"name": "@fastify/bearer-auth",
"version": "9.0.0",
"version": "9.1.0",
"description": "An authentication plugin for Fastify",
"main": "index.js",
"type": "commonjs",
"types": "types/index.d.ts",

@@ -34,7 +35,7 @@ "scripts": {

"@fastify/pre-commit": "^2.0.2",
"@types/node": "^18.0.0",
"@types/node": "^20.1.0",
"fastify": "^4.0.0-rc.2",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tsd": "^0.24.1"
"tsd": "^0.29.0"
},

@@ -41,0 +42,0 @@ "dependencies": {

'use strict'
const { test } = require('tap')
const stream = require('stream')
const stream = require('node:stream')
const Fastify = require('fastify')

@@ -6,0 +6,0 @@ const plugin = require('..')

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