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

each-async

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

each-async - npm Package Compare versions

Comparing version 0.1.3 to 1.0.0

index.js

10

package.json
{
"name": "each-async",
"version": "0.1.3",
"description": "Async concurrent iterator",
"version": "1.0.0",
"description": "Async concurrent iterator (async forEach)",
"license": "MIT",
"main": "each-async.js",
"repository": "sindresorhus/each-async",

@@ -20,3 +19,3 @@ "author": {

"files": [
"each-async.js"
"index.js"
],

@@ -37,2 +36,5 @@ "keywords": [

],
"dependencies": {
"onetime": "^1.0.0"
},
"devDependencies": {

@@ -39,0 +41,0 @@ "mocha": "*"

18

readme.md

@@ -14,22 +14,12 @@ # each-async [![Build Status](https://travis-ci.org/sindresorhus/each-async.svg?branch=master)](https://travis-ci.org/sindresorhus/each-async)

Download [manually](https://github.com/sindresorhus/each-async/releases) or with a package-manager.
```bash
```sh
$ npm install --save each-async
```
```bash
$ bower install --save each-async
```
```bash
$ component install sindresorhus/each-async
```
## Usage
### Node.js
```js
var eachAsync = require('each-async');
```js
eachAsync(['foo','bar','baz'], function (item, index, done) {

@@ -73,2 +63,2 @@ console.log(item, index);

[MIT](http://opensource.org/licenses/MIT) © [Sindre Sorhus](http://sindresorhus.com)
MIT © [Sindre Sorhus](http://sindresorhus.com)
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