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.5 to 2.0.6

12

CHANGELOG.md

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

<a name="2.0.6"></a>
## [2.0.6](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-jwt@2.0.5...@feathersjs/authentication-jwt@2.0.6) (2018-10-25)
### Bug Fixes
* Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
<a name="2.0.5"></a>

@@ -8,0 +20,0 @@ ## [2.0.5](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-jwt@2.0.4...@feathersjs/authentication-jwt@2.0.5) (2018-09-21)

11

package.json
{
"name": "@feathersjs/authentication-jwt",
"description": "JWT authentication strategy for feathers-authentication using Passport",
"version": "2.0.5",
"version": "2.0.6",
"homepage": "https://feathersjs.com",

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

"scripts": {
"test": "../../node_modules/.bin/mocha --opts ../../mocha.opts"
"test": "mocha --opts ../../mocha.opts"
},

@@ -47,6 +47,6 @@ "directories": {

"devDependencies": {
"@feathersjs/authentication": "^2.1.11",
"@feathersjs/authentication": "^2.1.12",
"@feathersjs/express": "^1.2.7",
"@feathersjs/feathers": "^3.2.3",
"@feathersjs/socketio": "^3.2.6",
"@feathersjs/socketio": "^3.2.7",
"body-parser": "^1.15.2",

@@ -56,6 +56,7 @@ "chai": "^4.1.0",

"jsonwebtoken": "^8.0.0",
"mocha": "^5.2.0",
"sinon": "^6.0.0",
"sinon-chai": "^3.0.0"
},
"gitHead": "cdbfba98307235cbc6d23a9ec3ae1a9960d12186"
"gitHead": "55de15e1f0986203646a68bbaf6d72c0753e0cdc"
}
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