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.2.0 to 1.3.0

12

index.js

@@ -91,2 +91,14 @@ 'use strict';

/**
* Clear the midleware.
*
* @return {Object} self
* @api public
*/
w.clear = function () {
this.fns.length = 0;
return this;
};
/**
* Create a context.

@@ -93,0 +105,0 @@ *

2

package.json
{
"name": "co-ware",
"version": "1.2.0",
"version": "1.3.0",
"description": "Ware inspired, easily create your own middleware layer using generators via co.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -74,2 +74,6 @@ # co-ware [![Build Status](https://travis-ci.org/fundon/co-ware.svg)](https://travis-ci.org/fundon/co-ware)

#### .clear()
Clear the middleware.
### License

@@ -76,0 +80,0 @@

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