@feathersjs/authentication-oauth2
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="1.2.6"></a> | ||
## [1.2.6](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.5...@feathersjs/authentication-oauth2@1.2.6) (2018-12-16) | ||
**Note:** Version bump only for package @feathersjs/authentication-oauth2 | ||
<a name="1.2.5"></a> | ||
@@ -8,0 +17,0 @@ ## [1.2.5](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.4...@feathersjs/authentication-oauth2@1.2.5) (2018-10-25) |
{ | ||
"name": "@feathersjs/authentication-oauth2", | ||
"description": "An OAuth2 authentication strategy for feathers-authentication using Passport", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"homepage": "https://feathersjs.com", | ||
@@ -38,5 +38,5 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^3.0.1", | ||
"@feathersjs/errors": "^3.3.4", | ||
"@feathersjs/express": "^1.2.7", | ||
"@feathersjs/commons": "^4.0.0", | ||
"@feathersjs/errors": "^3.3.5", | ||
"@feathersjs/express": "^1.3.0", | ||
"debug": "^4.0.0", | ||
@@ -46,4 +46,4 @@ "lodash.merge": "^4.6.1" | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^2.1.12", | ||
"@feathersjs/feathers": "^3.2.3", | ||
"@feathersjs/authentication": "^2.1.14", | ||
"@feathersjs/feathers": "^3.3.0", | ||
"body-parser": "^1.18.3", | ||
@@ -58,3 +58,3 @@ "chai": "^4.1.2", | ||
}, | ||
"gitHead": "55de15e1f0986203646a68bbaf6d72c0753e0cdc" | ||
"gitHead": "3bbba49daf1e62f358b426002ec9684f4bcaac89" | ||
} |
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
31485
- Removed@feathersjs/commons@3.0.1(transitive)
Updated@feathersjs/commons@^4.0.0
Updated@feathersjs/errors@^3.3.5
Updated@feathersjs/express@^1.3.0