Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "co-ware", | ||
"version": "1.0.0", | ||
"description": "Koa inspired, easily create your own middleware layer using generators via co.", | ||
"version": "1.0.1", | ||
"description": "Ware inspired, easily create your own middleware layer using generators via co.", | ||
"main": "index.js", | ||
@@ -11,2 +11,9 @@ "scripts": { | ||
"license": "MIT", | ||
"keywords": [ | ||
"co", | ||
"compose", | ||
"layer", | ||
"koa", | ||
"middleware" | ||
], | ||
"dependencies": { | ||
@@ -20,3 +27,10 @@ "co": "^3.0.4", | ||
"should": "^3.2.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/fundon/co-ware.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/fundon/co-ware/issues" | ||
} | ||
} |
@@ -68,3 +68,3 @@ # co-ware | ||
Push a middleware fn(GeneratorFunction) onto the list. If the middleware has an arity of one more than the input to run it's an error middleware. | ||
Push a middleware fn(__GeneratorFunction__) onto the list. If the middleware has an arity of one more than the input to run it's an error middleware. | ||
@@ -71,0 +71,0 @@ #### .run(input..., [*callback]) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
8227
10
1
1
0