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

aa

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aa - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

README.md

4

lib/aa.js

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