@feathersjs/authentication-oauth2
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="1.2.5"></a> | ||
## [1.2.5](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.4...@feathersjs/authentication-oauth2@1.2.5) (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="1.2.4"></a> | ||
@@ -8,0 +20,0 @@ ## [1.2.4](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.3...@feathersjs/authentication-oauth2@1.2.4) (2018-09-21) |
{ | ||
"name": "@feathersjs/authentication-oauth2", | ||
"description": "An OAuth2 authentication strategy for feathers-authentication using Passport", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"homepage": "https://feathersjs.com", | ||
@@ -29,3 +29,3 @@ "main": "lib/", | ||
"scripts": { | ||
"test": "../../node_modules/.bin/mocha --opts ../../mocha.opts" | ||
"test": "mocha --opts ../../mocha.opts" | ||
}, | ||
@@ -46,3 +46,3 @@ "directories": { | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^2.1.11", | ||
"@feathersjs/authentication": "^2.1.12", | ||
"@feathersjs/feathers": "^3.2.3", | ||
@@ -52,2 +52,3 @@ "body-parser": "^1.18.3", | ||
"feathers-memory": "^2.2.0", | ||
"mocha": "^5.2.0", | ||
"passport-github": "^1.1.0", | ||
@@ -58,3 +59,3 @@ "passport-strategy": "^1.0.0", | ||
}, | ||
"gitHead": "cdbfba98307235cbc6d23a9ec3ae1a9960d12186" | ||
"gitHead": "55de15e1f0986203646a68bbaf6d72c0753e0cdc" | ||
} |
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
31230
10