hapi-auth-bearer-simple
Advanced tools
Comparing version 1.2.4 to 2.0.0
{ | ||
"name": "hapi-auth-bearer-simple", | ||
"description": "Custom authentication plugin for Hapi using Bearer tokens", | ||
"version": "1.2.4", | ||
"version": "2.0.0", | ||
"author": "Adri Van Houdt <adri@salesflare.com>", | ||
@@ -27,11 +27,11 @@ "private": false, | ||
"devDependencies": { | ||
"lab": "6.1.0", | ||
"lab": "6.2.0", | ||
"code": "1.5.0", | ||
"hapi": "10.4.0" | ||
"hapi": "11.0.0" | ||
}, | ||
"peerDependencies": { | ||
"hapi": ">=10.x.x" | ||
"hapi": ">=11.x.x" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.40" | ||
"node": ">=4.0.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "scripts": { |
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
18914