New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

async-q

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-q - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

Makefile

10

package.json
{
"name": "async-q",
"version": "0.0.2",
"version": "0.0.3",
"description": "Port of async.js to Q",
"repository": "git://github.com/dbushong/q-async",
"repository": "git://github.com/dbushong/async-q",
"author": "David Bushong <david+npm@bushong.net>",
"keywords": ["async", "async", "Q", "q-async", "series", "parallel", "queue"],
"license": "MIT",
"scripts": {
"prepublish": "./node_modules/.bin/coffee -bcps < async.coffee > index.js",
"test": "make test"
},
"scripts": { "test": "make test" },
"dependencies": {

@@ -13,0 +11,0 @@ "throat": "~1.0.0",

2

README.md

@@ -1,2 +0,2 @@

# Async.js for Q [![Build Status](https://travis-ci.org/dbushong/q-async.png?branch=master)](https://travis-ci.org/dbushong/q-async)
# Async.js for Q [![Build Status](https://travis-ci.org/dbushong/async-q.png?branch=master)](https://travis-ci.org/dbushong/async-q)

@@ -3,0 +3,0 @@ Promises with [Q](http://github.com/kriskowal/q) are awesome. However,

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