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

fastify-basic-auth

Package Overview
Dependencies
Maintainers
8
Versions
16
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 1.0.0 to 1.0.1

5

index.d.ts

@@ -14,5 +14,4 @@ import {

basicAuth: onRequestHookHandler |
preParsingHookHandler |
preValidationHookHandler |
preHandlerHookHandler
preValidationHookHandler |
preHandlerHookHandler
}

@@ -19,0 +18,0 @@ }

3

index.test-d.ts

@@ -34,4 +34,3 @@ import { expectType, expectAssignable } from 'tsd'

expectAssignable<onRequestHookHandler>(app.basicAuth)
expectAssignable<preParsingHookHandler>(app.basicAuth)
expectAssignable<preValidationHookHandler>(app.basicAuth)
expectAssignable<preHandlerHookHandler>(app.basicAuth)
expectAssignable<preHandlerHookHandler>(app.basicAuth)
{
"name": "fastify-basic-auth",
"version": "1.0.0",
"version": "1.0.1",
"description": "Fastify basic auth plugin",

@@ -28,3 +28,3 @@ "main": "index.js",

"devDependencies": {
"fastify": "^3.0.0-rc.1",
"fastify": "^3.0.0-rc.4",
"fastify-auth": "^1.0.0",

@@ -31,0 +31,0 @@ "standard": "^14.3.3",

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