@fastify/bearer-auth
Advanced tools
Comparing version 9.0.0 to 9.1.0
'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
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
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
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
36020
18
0