Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

koa-oauth-server

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-oauth-server - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

4

Changelog.md
## 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

2

index.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc