New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@feathersjs/authentication

Package Overview
Dependencies
Maintainers
4
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/authentication - npm Package Compare versions

Comparing version 1.4.1 to 2.0.0

6

lib/utils.js

@@ -27,5 +27,9 @@ const Debug = require('debug');

];
const settings = merge({ jwtid: uuidv4() }, options.jwt);
const settings = merge({}, options.jwt);
const { secret } = options;
if (!(payload.jti || settings.jwtid)) {
settings.jwtid = uuidv4();
}
return new Promise((resolve, reject) => {

@@ -32,0 +36,0 @@ debug('Creating JWT using options', settings);

4

package.json
{
"name": "@feathersjs/authentication",
"description": "Add Authentication to your FeathersJS app.",
"version": "1.4.1",
"version": "2.0.0",
"homepage": "https://github.com/feathersjs/authentication",

@@ -81,3 +81,3 @@ "main": "lib/",

"mongodb": "^2.2.29",
"nsp": "^2.6.1",
"nsp": "^3.0.0",
"passport-strategy": "^1.0.0",

@@ -84,0 +84,0 @@ "primus": "^7.0.0",

Sorry, the diff of this file is too big to display

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