Socket
Socket
Sign inDemoInstall

express-jwt

Package Overview
Dependencies
30
Maintainers
54
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.7.1 to 7.7.2

1

dist/errors/UnauthorizedError.js

@@ -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;

2

package.json
{
"name": "express-jwt",
"version": "7.7.1",
"version": "7.7.2",
"description": "JWT authentication middleware.",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc