express-jwt
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,2 +5,3 @@ function UnauthorizedError (code, error) { | ||
this.code = code; | ||
this.status = 401; | ||
this.inner = error; | ||
@@ -12,2 +13,2 @@ } | ||
module.exports = UnauthorizedError; | ||
module.exports = UnauthorizedError; |
{ | ||
"name": "express-jwt", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "JWT authentication middleware.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
7485
131