Socket
Socket
Sign inDemoInstall

express-jwt

Package Overview
Dependencies
18
Maintainers
56
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.0 to 6.1.1

2

lib/index.js

@@ -5,3 +5,3 @@ var jwt = require('jsonwebtoken');

var async = require('async');
var set = require('lodash.set');
var set = require('lodash/set');

@@ -8,0 +8,0 @@ var DEFAULT_REVOKED_FUNCTION = function(_, __, cb) { return cb(null, false); };

{
"name": "express-jwt",
"version": "6.1.0",
"version": "6.1.1",
"description": "JWT authentication middleware.",

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

"jsonwebtoken": "^8.1.0",
"lodash.set": "^4.0.0"
"lodash": "^4.17.21"
},

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

@@ -99,3 +99,3 @@ # express-jwt

Both `resultProperty` and `requestProperty` utilize [lodash.set](https://lodash.com/docs/4.17.2#set) and will accept nested property paths.
Both `resultProperty` and `requestProperty` utilize [lodash.set](https://lodash.com/docs/4.17.15#set) and will accept nested property paths.

@@ -102,0 +102,0 @@ ### Customizing Token Location

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