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

co

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

History.md

2

index.js

@@ -12,3 +12,3 @@

module.exports = co;
module.exports = co['default'] = co.co = co;

@@ -15,0 +15,0 @@ /**

{
"name": "co",
"version": "4.0.0",
"version": "4.0.1",
"description": "generator async control flow goodness",

@@ -28,3 +28,6 @@ "keywords": [

"license": "MIT",
"repository": "tj/co"
"repository": "tj/co",
"engines": {
"node": ">= 0.11.13"
}
}
# co
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/tj/co?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![NPM version][npm-image]][npm-url]

@@ -4,0 +5,0 @@ [![Build status][travis-image]][travis-url]

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