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

run-auto

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

run-auto - npm Package Compare versions

Comparing version

to
1.1.3

.zuul.yml

28

package.json
{
"name": "run-auto",
"description": "Determine the best order for running async functions, and run them",
"version": "1.1.2",
"version": "1.1.3",
"author": {

@@ -17,4 +17,5 @@ "name": "Feross Aboukhadijeh",

"devDependencies": {
"standard": "^3.2.0",
"tape": "^4.0.0"
"standard": "^4.3.2",
"tape": "^4.0.0",
"zuul": "^3.1.0"
},

@@ -41,20 +42,7 @@ "homepage": "https://github.com/feross/run-auto",

"scripts": {
"test": "standard && tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/9..latest",
"chrome/25..latest",
"chrome/canary",
"firefox/20..latest",
"firefox/nightly",
"safari/6..latest",
"opera/12..latest",
"opera/next",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "zuul -- test/*.js",
"test-browser-local": "zuul --local -- test/*.js",
"test-node": "tape test/*.js"
}
}

@@ -1,6 +0,13 @@

# run-auto [![travis](https://img.shields.io/travis/feross/run-auto.svg)](https://travis-ci.org/feross/run-auto) [![npm](https://img.shields.io/npm/v/run-auto.svg)](https://npmjs.org/package/run-auto) [![npm](https://img.shields.io/npm/dm/run-auto.svg)](https://npmjs.org/package/run-auto)
# run-auto [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url]
[travis-image]: https://img.shields.io/travis/feross/run-auto.svg?style=flat
[travis-url]: https://travis-ci.org/feross/run-auto
[npm-image]: https://img.shields.io/npm/v/run-auto.svg?style=flat
[npm-url]: https://npmjs.org/package/run-auto
[downloads-image]: https://img.shields.io/npm/dm/run-auto.svg?style=flat
[downloads-url]: https://npmjs.org/package/run-auto
#### Determine the best order for running async functions, ***LIKE MAGIC!***
![auto](https://raw.githubusercontent.com/feross/run-auto/master/img.png) [![browser support](https://ci.testling.com/feross/run-auto.png)](https://ci.testling.com/feross/run-auto)
![auto](https://raw.githubusercontent.com/feross/run-auto/master/img.png) [![Sauce Test Status](https://saucelabs.com/browser-matrix/run-auto.svg)](https://saucelabs.com/u/run-auto)

@@ -118,2 +125,3 @@ ### install

- [run-parallel](https://github.com/feross/run-parallel)
- [run-parallel-limit](https://github.com/feross/run-parallel-limit)
- [run-series](https://github.com/feross/run-series)

@@ -120,0 +128,0 @@ - [run-waterfall](https://github.com/feross/run-waterfall)

Sorry, the diff of this file is not supported yet