koa-oauth-server
Advanced tools
Comparing version 0.0.6 to 0.0.7
## Changelog | ||
### 0.0.7 | ||
- Update co-body@1.0.0 | ||
- Update node-oauth2-server to oauth2-server@2.2.2 | ||
### 0.0.6 | ||
@@ -4,0 +8,0 @@ - Throw errors when passthroughErrors is enabled |
@@ -17,3 +17,3 @@ /** | ||
var NodeOAuthServer = require('node-oauth2-server'); | ||
var NodeOAuthServer = require('oauth2-server'); | ||
var parse = require('co-body'); | ||
@@ -20,0 +20,0 @@ |
{ | ||
"name": "koa-oauth-server", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "OAuth provider for koa", | ||
@@ -24,4 +24,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"node-oauth2-server": "2.2.1", | ||
"co-body": "0.0.1" | ||
"oauth2-server": "2.2.2", | ||
"co-body": "~1.0.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
56731
0
+ Addedoauth2-server@2.2.2
+ Addedco-body@1.0.0(transitive)
+ Addedoauth2-server@2.2.2(transitive)
+ Addedqs@1.0.2(transitive)
- Removednode-oauth2-server@2.2.1
- Removedco-body@0.0.1(transitive)
- Removednode-oauth2-server@2.2.1(transitive)
- Removedqs@0.6.6(transitive)
Updatedco-body@~1.0.0