fastify-basic-auth
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -14,5 +14,4 @@ import { | ||
basicAuth: onRequestHookHandler | | ||
preParsingHookHandler | | ||
preValidationHookHandler | | ||
preHandlerHookHandler | ||
preValidationHookHandler | | ||
preHandlerHookHandler | ||
} | ||
@@ -19,0 +18,0 @@ } |
@@ -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", |
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
2
23175
604