Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

express-jwt

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-jwt - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

lib/errors/UnauthorizedError.js

@@ -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": [

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc