Socket
Socket
Sign inDemoInstall

async-each

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-each - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "async-each",
"description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "keywords": [

@@ -12,4 +12,3 @@ # async-each

* `npm install async-each` if you’re using node.js.
* `component install paulmillr/async-each` if you’re using [component(1)](https://github.com/component/component).
* `bower install async-each` if you’re using [Twitter Bower](http://bower.io).
* `bower install async-each` if you’re using [Bower](http://bower.io).

@@ -35,7 +34,2 @@ ## Usage

```javascript
// component(1)
var each = require('async-each');
each(list, fn, callback);
// Default:
window.asyncEach(list, fn, callback);

@@ -46,22 +40,2 @@ ```

The MIT License (MIT)
Copyright (c) 2013 Paul Miller [paulmillr.com](http://paulmillr.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
[The MIT License](https://raw.githubusercontent.com/paulmillr/mit/master/README.md)

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