@feathersjs/authentication-oauth2
Advanced tools
Comparing version 1.2.1 to 1.2.2
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
<a name="1.2.2"></a> | ||
## [1.2.2](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.1...@feathersjs/authentication-oauth2@1.2.2) (2018-09-02) | ||
**Note:** Version bump only for package @feathersjs/authentication-oauth2 | ||
# Change Log | ||
## [v1.2.0](https://github.com/feathersjs/authentication-oauth2/tree/v1.2.0) (2018-08-28) | ||
@@ -225,2 +239,2 @@ [Full Changelog](https://github.com/feathersjs/authentication-oauth2/compare/v1.1.0...v1.2.0) | ||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* | ||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
{ | ||
"name": "@feathersjs/authentication-oauth2", | ||
"description": "An OAuth2 authentication strategy for feathers-authentication using Passport", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"homepage": "https://feathersjs.com", | ||
@@ -38,5 +38,5 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^2.0.0", | ||
"@feathersjs/errors": "^3.3.1", | ||
"@feathersjs/express": "^1.2.4", | ||
"@feathersjs/commons": "^3.0.0", | ||
"@feathersjs/errors": "^3.3.2", | ||
"@feathersjs/express": "^1.2.5", | ||
"debug": "^3.1.0", | ||
@@ -46,4 +46,4 @@ "lodash.merge": "^4.6.1" | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^2.1.8", | ||
"@feathersjs/feathers": "^3.1.7", | ||
"@feathersjs/authentication": "^2.1.9", | ||
"@feathersjs/feathers": "^3.2.1", | ||
"body-parser": "^1.18.3", | ||
@@ -57,3 +57,3 @@ "chai": "^4.1.2", | ||
}, | ||
"gitHead": "a618e325acc797dfb895f69310e55075838dfdeb" | ||
"gitHead": "da1bd2e895b4eabe03cef8e0c016b327381a479d" | ||
} |
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
30233
+ Added@feathersjs/commons@3.0.1(transitive)
- Removed@feathersjs/commons@2.0.0(transitive)
Updated@feathersjs/commons@^3.0.0
Updated@feathersjs/errors@^3.3.2
Updated@feathersjs/express@^1.2.5