express-jwt
Advanced tools
Comparing version 7.7.1 to 7.7.2
@@ -23,2 +23,3 @@ "use strict"; | ||
var _this = _super.call(this, error.message) || this; | ||
Object.setPrototypeOf(_this, UnauthorizedError.prototype); | ||
_this.code = code; | ||
@@ -25,0 +26,0 @@ _this.status = 401; |
{ | ||
"name": "express-jwt", | ||
"version": "7.7.1", | ||
"version": "7.7.2", | ||
"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
26670
313