@feathersjs/authentication-oauth1
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -6,4 +6,4 @@ # Change Log | ||
<a name="1.0.5"></a> | ||
## [1.0.5](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.4...@feathersjs/authentication-oauth1@1.0.5) (2018-09-02) | ||
<a name="1.0.6"></a> | ||
## [1.0.6](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.5...@feathersjs/authentication-oauth1@1.0.6) (2018-09-17) | ||
@@ -16,4 +16,12 @@ **Note:** Version bump only for package @feathersjs/authentication-oauth1 | ||
# Change Log | ||
<a name="1.0.5"></a> | ||
## [1.0.5](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.4...@feathersjs/authentication-oauth1@1.0.5) (2018-09-02) | ||
**Note:** Version bump only for package @feathersjs/authentication-oauth1 | ||
<a name="1.0.4"></a> | ||
## 1.0.4 | ||
- Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462)) | ||
## [v1.0.3](https://github.com/feathersjs/authentication-oauth1/tree/v1.0.3) (2018-01-03) | ||
@@ -20,0 +28,0 @@ [Full Changelog](https://github.com/feathersjs/authentication-oauth1/compare/v1.0.2...v1.0.3) |
{ | ||
"name": "@feathersjs/authentication-oauth1", | ||
"description": "A Feathers OAuth1 authentication strategy", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"homepage": "https://feathersjs.com", | ||
@@ -38,11 +38,11 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^3.0.0", | ||
"@feathersjs/errors": "^3.3.2", | ||
"debug": "^3.1.0", | ||
"@feathersjs/commons": "^3.0.1", | ||
"@feathersjs/errors": "^3.3.3", | ||
"debug": "^4.0.0", | ||
"lodash.merge": "^4.6.0" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^2.1.9", | ||
"@feathersjs/express": "^1.2.5", | ||
"@feathersjs/feathers": "^3.2.1", | ||
"@feathersjs/authentication": "^2.1.10", | ||
"@feathersjs/express": "^1.2.6", | ||
"@feathersjs/feathers": "^3.2.2", | ||
"body-parser": "^1.15.2", | ||
@@ -57,3 +57,3 @@ "chai": "^4.0.2", | ||
}, | ||
"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
22854
- Removeddebug@3.2.7(transitive)
Updated@feathersjs/commons@^3.0.1
Updated@feathersjs/errors@^3.3.3
Updateddebug@^4.0.0