koa-compose
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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. |
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
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
1340
35
1