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.0.1 to 4.0.2

10

History.md
4.0.2 / 2014-12-18
==================
* always return a global promise implementation
4.0.1 / 2014-11-30
==================
* friendlier ES6 module exports
4.0.0 / 2014-11-15

@@ -3,0 +13,0 @@ ==================

2

index.js

@@ -44,3 +44,3 @@

if (typeof gen === 'function') gen = gen.call(this);
return onFulfilled();
return Promise.resolve(onFulfilled());

@@ -47,0 +47,0 @@ /**

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

@@ -5,0 +5,0 @@ "keywords": [

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