hapi-auth-bearer-simple
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "hapi-auth-bearer-simple", | ||
"description": "Custom authentication plugin for Hapi using Bearer tokens", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"author": "Adri Van Houdt <adri@salesflare.com>", | ||
@@ -27,8 +27,8 @@ "private": false, | ||
"devDependencies": { | ||
"lab": "8.x.x", | ||
"lab": "10.x.x", | ||
"code": "2.x.x", | ||
"hapi": ">=11.x.x <=13.x.x" | ||
"hapi": "13.x.x" | ||
}, | ||
"peerDependencies": { | ||
"hapi": ">=11.x.x <=13.x.x" | ||
"hapi": "13.x.x" | ||
}, | ||
@@ -35,0 +35,0 @@ "engines": { |
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
25578