@feathersjs/authentication-jwt
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -6,4 +6,4 @@ # Change Log | ||
<a name="2.0.3"></a> | ||
## [2.0.3](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-jwt@2.0.2...@feathersjs/authentication-jwt@2.0.3) (2018-09-02) | ||
<a name="2.0.4"></a> | ||
## [2.0.4](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-jwt@2.0.3...@feathersjs/authentication-jwt@2.0.4) (2018-09-17) | ||
@@ -16,4 +16,12 @@ **Note:** Version bump only for package @feathersjs/authentication-jwt | ||
# Change Log | ||
<a name="2.0.3"></a> | ||
## [2.0.3](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-jwt@2.0.2...@feathersjs/authentication-jwt@2.0.3) (2018-09-02) | ||
**Note:** Version bump only for package @feathersjs/authentication-jwt | ||
<a name="2.0.2"></a> | ||
## 2.0.2 | ||
- Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462)) | ||
## [v2.0.1](https://github.com/feathersjs/authentication-jwt/tree/v2.0.1) (2018-05-04) | ||
@@ -20,0 +28,0 @@ [Full Changelog](https://github.com/feathersjs/authentication-jwt/compare/v2.0.0...v2.0.1) |
{ | ||
"name": "@feathersjs/authentication-jwt", | ||
"description": "JWT authentication strategy for feathers-authentication using Passport", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"homepage": "https://feathersjs.com", | ||
@@ -38,4 +38,4 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/errors": "^3.3.2", | ||
"debug": "^3.1.0", | ||
"@feathersjs/errors": "^3.3.3", | ||
"debug": "^4.0.0", | ||
"lodash.merge": "^4.6.0", | ||
@@ -47,6 +47,6 @@ "lodash.omit": "^4.5.0", | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^2.1.9", | ||
"@feathersjs/express": "^1.2.5", | ||
"@feathersjs/feathers": "^3.2.1", | ||
"@feathersjs/socketio": "^3.2.4", | ||
"@feathersjs/authentication": "^2.1.10", | ||
"@feathersjs/express": "^1.2.6", | ||
"@feathersjs/feathers": "^3.2.2", | ||
"@feathersjs/socketio": "^3.2.5", | ||
"body-parser": "^1.15.2", | ||
@@ -59,3 +59,3 @@ "chai": "^4.1.0", | ||
}, | ||
"gitHead": "da1bd2e895b4eabe03cef8e0c016b327381a479d" | ||
"gitHead": "da6e2732874c9c7834cb4a53526787218d62e4a3" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19499
- Removeddebug@3.2.7(transitive)
Updated@feathersjs/errors@^3.3.3
Updateddebug@^4.0.0