@feathersjs/authentication
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -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
139687
30