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 2.1.1 to 2.1.2

4

lib/socket/handler.js
const Debug = require('debug');
const ms = require('ms');
const merge = require('lodash.merge');
const {

@@ -82,3 +84,3 @@ normalizeError

const strategyOptions = app.passport.options(strategy);
const strategyOptions = merge({}, options, app.passport.options(strategy));

@@ -85,0 +87,0 @@ const promise = service.create(data, socket._feathers)

{
"name": "@feathersjs/authentication",
"description": "Add Authentication to your FeathersJS app.",
"version": "2.1.1",
"version": "2.1.2",
"homepage": "https://github.com/feathersjs/authentication",

@@ -64,8 +64,8 @@ "main": "lib/",

"devDependencies": {
"@feathersjs/authentication-jwt": "^1.0.0",
"@feathersjs/authentication-jwt": "^2.0.0",
"@feathersjs/authentication-local": "^1.0.0",
"@feathersjs/configuration": "^1.0.0",
"@feathersjs/express": "^1.0.0",
"@feathersjs/feathers": "^3.0.0",
"@feathersjs/primus": "^3.0.0",
"@feathersjs/feathers": "^3.0.5",
"@feathersjs/primus": "^3.0.3",
"@feathersjs/socketio": "^3.0.0",

@@ -79,3 +79,3 @@ "body-parser": "^1.15.2",

"localstorage-memory": "^1.0.2",
"mocha": "^4.0.0",
"mocha": "^5.0.0",
"mongodb": "^3.0.0",

@@ -90,4 +90,4 @@ "nsp": "^3.0.0",

"superagent": "^3.0.0",
"ws": "^3.1.0"
"ws": "^4.0.0"
}
}

@@ -10,3 +10,2 @@ # @feathersjs/authentication

[![Download Status](https://img.shields.io/npm/dm/@feathersjs/authentication.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/authentication)
[![Slack Status](http://slack.feathersjs.com/badge.svg)](http://slack.feathersjs.com)

@@ -13,0 +12,0 @@ > Add Authentication to your FeathersJS app.

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