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

koa-compose

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-compose - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

8

index.js

@@ -24,3 +24,3 @@

yield next();
yield *next();

@@ -33,3 +33,3 @@ function next(){

done = true;
return downstream || noop;
return downstream || noop();
}

@@ -48,4 +48,2 @@

function noop(done){
done();
}
function *noop(){}

@@ -5,3 +5,3 @@ {

"repository": "koajs/compose",
"version": "2.0.0",
"version": "2.0.1",
"keywords": ["koa", "middleware", "compose"],

@@ -11,5 +11,5 @@ "files": ["index.js"],

"devDependencies": {
"co": "2",
"mocha": "1",
"should": "2"
"co": "~3.0.1",
"mocha": "~1.6.0",
"should": "~2.1.0"
},

@@ -16,0 +16,0 @@ "scripts": {

# koa-compose
# koa-compose [![Build Status](https://travis-ci.org/koajs/compose.png)](https://travis-ci.org/koajs/compose)

@@ -4,0 +4,0 @@ Compose middleware.

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