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

co-ware

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co-ware - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.travis.yml

18

package.json
{
"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"
}
}

2

README.md

@@ -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])

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