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 1.0.0 to 1.1.0

1

index.js
'use strict';
var onetime = require('onetime');
require('setimmediate');

@@ -4,0 +5,0 @@ module.exports = function (arr, next, cb) {

5

package.json
{
"name": "each-async",
"version": "1.0.0",
"version": "1.1.0",
"description": "Async concurrent iterator (async forEach)",

@@ -36,3 +36,4 @@ "license": "MIT",

"dependencies": {
"onetime": "^1.0.0"
"onetime": "^1.0.0",
"setimmediate": "^1.0.2"
},

@@ -39,0 +40,0 @@ "devDependencies": {

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