Socket
Socket
Sign inDemoInstall

express-jwt

Package Overview
Dependencies
10
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 3.0.0

4

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

@@ -39,3 +39,3 @@ "keywords": [

"express-unless": "0.0.0",
"jsonwebtoken": "~4.2.0"
"jsonwebtoken": "^5.0.0"
},

@@ -42,0 +42,0 @@ "devDependencies": {

@@ -158,7 +158,6 @@ var jwt = require('jsonwebtoken');

assert.equal(err.code, 'invalid_token');
assert.equal(err.message, 'invalid signature');
assert.equal(err.message, 'invalid token');
});
});
});

@@ -248,2 +247,2 @@

});
});
});
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc