Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@feathersjs/authentication-jwt

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/authentication-jwt - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

<a name="2.0.8"></a>
## [2.0.8](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-jwt@2.0.7...@feathersjs/authentication-jwt@2.0.8) (2018-12-16)
### Bug Fixes
* **chore:** Properly configure and run code linter ([#1092](https://github.com/feathersjs/feathers/issues/1092)) ([fd3fc34](https://github.com/feathersjs/feathers/commit/fd3fc34))
<a name="2.0.7"></a>

@@ -8,0 +20,0 @@ ## [2.0.7](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-jwt@2.0.6...@feathersjs/authentication-jwt@2.0.7) (2018-10-26)

8

lib/verifier.js

@@ -33,6 +33,6 @@ const Debug = require('debug');

})
.catch(error => {
debug(`Error populating ${this.options.entity} with id ${id}`, error);
return done(error);
});
.catch(error => {
debug(`Error populating ${this.options.entity} with id ${id}`, error);
return done(error);
});
}

@@ -39,0 +39,0 @@ }

{
"name": "@feathersjs/authentication-jwt",
"description": "JWT authentication strategy for feathers-authentication using Passport",
"version": "2.0.7",
"version": "2.0.8",
"homepage": "https://feathersjs.com",

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

"dependencies": {
"@feathersjs/errors": "^3.3.4",
"@feathersjs/errors": "^3.3.5",
"debug": "^4.0.0",

@@ -47,6 +47,6 @@ "lodash.merge": "^4.6.0",

"devDependencies": {
"@feathersjs/authentication": "^2.1.13",
"@feathersjs/express": "^1.2.7",
"@feathersjs/feathers": "^3.2.3",
"@feathersjs/socketio": "^3.2.7",
"@feathersjs/authentication": "^2.1.14",
"@feathersjs/express": "^1.3.0",
"@feathersjs/feathers": "^3.3.0",
"@feathersjs/socketio": "^3.2.8",
"body-parser": "^1.15.2",

@@ -60,3 +60,3 @@ "chai": "^4.1.0",

},
"gitHead": "1c74a1473c5aeef9703d4167ba8498f85d5b65f9"
"gitHead": "3bbba49daf1e62f358b426002ec9684f4bcaac89"
}
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