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

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.2 to 1.0.3

2

index.js

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

// async-each MIT license (by Paul Miller from http://paulmillr.com).
// async-each MIT license (by Paul Miller from https://paulmillr.com).
(function(globals) {

@@ -3,0 +3,0 @@ 'use strict';

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

@@ -14,4 +14,5 @@ "keywords": [

],
"files": ["index.js"],
"homepage": "https://github.com/paulmillr/async-each/",
"author": "Paul Miller (http://paulmillr.com/)",
"author": "Paul Miller (https://paulmillr.com/)",
"repository": "git://github.com/paulmillr/async-each.git",

@@ -18,0 +19,0 @@ "main": "index.js",

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

* `npm install async-each` if you’re using node.js.
* `bower install async-each` if you’re using [Bower](http://bower.io).

@@ -15,0 +14,0 @@ ## Usage

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