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

co

Package Overview
Dependencies
Maintainers
3
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.5.2 to 4.5.4

0

History.md

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@

7

package.json
{
"name": "co",
"version": "4.5.2",
"version": "4.5.4",
"description": "generator async control flow goodness",

@@ -13,2 +13,3 @@ "keywords": [

"devDependencies": {
"browserify": "^10.0.0",
"istanbul-harmony": "0",

@@ -21,3 +22,5 @@ "mocha": "^2.0.0",

"test-cov": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
"test-travis": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
"test-travis": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot",
"prepublish": "npm run browserify",
"browserify": "browserify index.js -o ./co-browser.js -s co"
},

@@ -24,0 +27,0 @@ "files": [

@@ -0,0 +0,0 @@ # co

Sorry, the diff of this file is not supported yet

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