loopback-component-oauth2
Advanced tools
Comparing version 2.0.0-rc3 to 2.0.0
@@ -1,4 +0,12 @@ | ||
2015-05-18, Version 2.0.0-rc3 | ||
2015-05-28, Version 2.0.0 | ||
========================= | ||
* Change license to StrongLoop (Raymond Feng) | ||
2015-05-17, Version 2.0.0-rc3 | ||
============================= | ||
* 2.0.0-rc3 (Raymond Feng) | ||
* Fixed a minor bug where comparison of allowedScopes and tokenScopes is incorrect (Roy Klopper) | ||
@@ -5,0 +13,0 @@ |
{ | ||
"name": "loopback-component-oauth2", | ||
"version": "2.0.0-rc3", | ||
"version": "2.0.0", | ||
"description": "OAuth 2.0 provider for LoopBack", | ||
@@ -27,7 +27,7 @@ "keywords": [ | ||
"dependencies": { | ||
"async": "^0.9.0", | ||
"async": "^1.0.0", | ||
"connect-ensure-login": "^0.1.1", | ||
"debug": "^2.1.3", | ||
"debug": "^2.2.0", | ||
"jws": "^3.0.0", | ||
"passport": "^0.2.1", | ||
"passport": "^0.2.2", | ||
"passport-http": "^0.2.2", | ||
@@ -38,3 +38,3 @@ "passport-http-bearer": "^1.0.1", | ||
"passport-strategy": "^1.0.0", | ||
"path-to-regexp": "^1.0.3", | ||
"path-to-regexp": "^1.2.0", | ||
"pkginfo": "^0.3.0", | ||
@@ -45,4 +45,4 @@ "uid2": "^0.0.3", | ||
"devDependencies": { | ||
"mocha": "^2.2.4", | ||
"chai": "^2.2.0", | ||
"mocha": "^2.2.5", | ||
"chai": "^2.3.0", | ||
"chai-connect-middleware": "^0.3.1", | ||
@@ -56,8 +56,8 @@ "chai-oauth2orize-grant": "^0.2.0", | ||
"scripts": { | ||
"test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js" | ||
"test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js" | ||
}, | ||
"license": { | ||
"name": "Dual Artistic-2.0/StrongLoop", | ||
"name": "StrongLoop", | ||
"url": "https://github.com/strongloop/loopback-component-oauth2/blob/master/LICENSE" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
457254
+ Addedasync@1.5.2(transitive)
- Removedasync@0.9.2(transitive)
Updatedasync@^1.0.0
Updateddebug@^2.2.0
Updatedpassport@^0.2.2
Updatedpath-to-regexp@^1.2.0