Socket
Socket
Sign inDemoInstall

@fastify/basic-auth

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/basic-auth - npm Package Compare versions

Comparing version 5.1.1 to 6.0.0-pre.fv5.1

20

package.json
{
"name": "@fastify/basic-auth",
"version": "5.1.1",
"version": "6.0.0-pre.fv5.1",
"description": "Fastify basic auth plugin",

@@ -32,13 +32,13 @@ "main": "index.js",

"devDependencies": {
"@fastify/auth": "^4.0.0",
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^20.1.0",
"fastify": "^4.0.0-rc.2",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tsd": "^0.29.0"
"@fastify/auth": "^5.0.0-pre.fv5.1",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.11.30",
"fastify": "^5.0.0-alpha.3",
"standard": "^17.1.0",
"tap": "^18.7.1",
"tsd": "^0.30.7"
},
"dependencies": {
"@fastify/error": "^3.0.0",
"fastify-plugin": "^4.0.0"
"@fastify/error": "^4.0.0",
"fastify-plugin": "^5.0.0-pre.fv5.1"
},

@@ -45,0 +45,0 @@ "publishConfig": {

@@ -105,3 +105,3 @@ # @fastify/basic-auth

[generic error
handler](https://www.fastify.io/docs/latest/Server/#seterrorhandler) with an error.
handler](https://fastify.dev/docs/latest/Reference/Server/#seterrorhandler) with an error.
*@fastify/basic-auth* sets the `err.statusCode` property to `401`.

@@ -108,0 +108,0 @@

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