Comparing version 4.0.0 to 4.0.1
@@ -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] |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14982
5
209
0