Comparing version 0.0.3 to 0.0.4
@@ -17,5 +17,5 @@ // aa.js - async-await.js | ||
aa.thunkify = require('./thunkify'); | ||
aa.chan = require('./chan'); | ||
aa.co = require('co'); | ||
aa.chan = require('co-chan'); | ||
aa.thunkify = require('co-thunkify'); | ||
@@ -22,0 +22,0 @@ exports = module.exports = aa; |
{ | ||
"name": "aa", | ||
"version": "0.0.3", | ||
"description": "reserved", | ||
"version": "0.0.4", | ||
"description": "Async-Await. co, co-chan, co-thunkify package", | ||
"main": "lib/aa.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"dependencies": { | ||
"co-thunkify": ">=0.0.0", | ||
"co": ">=3.0.5", | ||
"co-chan": ">=0.0.1" | ||
}, | ||
"devDependencies": {}, | ||
"keywords": [ | ||
"chan", | ||
"co", | ||
"co-chan", | ||
"co-thunkify", | ||
"go", | ||
"channel", | ||
"aa", | ||
"async", | ||
"async-await" | ||
], | ||
"author": "LightSpeedC", | ||
"license": "MIT", | ||
"repository": { | ||
@@ -13,11 +29,9 @@ "type": "git", | ||
}, | ||
"author": "LightSpeedC", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/LightSpeedWorks/aa/issues" | ||
}, | ||
"homepage": "https://github.com/LightSpeedWorks/aa", | ||
"dependencies": { | ||
"co": ">=3.0.5" | ||
"homepage": "https://github.com/LightSpeedWorks/aa#readme", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
} | ||
} |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
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
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
15
7337
3
8
99
+ Addedco-chan@>=0.0.1
+ Addedco-thunkify@>=0.0.0
+ Addedco-chan@0.0.3(transitive)
+ Addedco-thunkify@0.0.1(transitive)