node-oauth2-server
Advanced tools
Comparing version 2.2.0 to 2.2.1
## Changelog | ||
### 2.2.1 | ||
- Fix node 0.8.x (well npm 1.2.x) support | ||
### 2.2.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "node-oauth2-server", | ||
"description": "Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"keywords": [ | ||
@@ -21,10 +21,10 @@ "oauth", | ||
"dependencies": { | ||
"basic-auth": "0.0.1" | ||
"basic-auth": "~0.0.1" | ||
}, | ||
"devDependencies": { | ||
"body-parser": "^1.3.1", | ||
"express": "^4.4.3", | ||
"mocha": "^1.20.1", | ||
"should": "^4.0.4", | ||
"supertest": "^0.13.0" | ||
"body-parser": "~1.3.1", | ||
"express": "~4.4.3", | ||
"mocha": "~1.20.1", | ||
"should": "~4.0.4", | ||
"supertest": "~0.13.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "licenses": [ |
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
148547
Updatedbasic-auth@~0.0.1