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.0.1 to 2.1.0

4

lib/service.js

@@ -71,4 +71,4 @@ const Debug = require('debug');

if (typeof service.filter === 'function') {
service.filter(() => false);
if (typeof service.publish === 'function') {
service.publish(() => false);
}

@@ -75,0 +75,0 @@ };

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

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

"@feathersjs/errors": "^3.0.0",
"@feathersjs/socket-commons": "^3.0.0",
"@feathersjs/socket-commons": "^3.1.2",
"debug": "^3.1.0",

@@ -76,3 +76,3 @@ "jsonwebtoken": "^8.0.0",

"chai-uuid": "^1.0.6",
"feathers-memory": "^1.0.0",
"feathers-memory": "^2.0.0",
"istanbul": "^1.1.0-alpha.1",

@@ -79,0 +79,0 @@ "jshint": "^2.9.3",

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