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

easy-loop

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-loop - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

5

lib/easy-for.js

@@ -49,3 +49,3 @@ function easyFor(obj, func, concurrency, last){

if(count.end >= max || err)
{
{
if(last && !isEnd)

@@ -81,3 +81,3 @@ {

}
};
};
max == 0 ? next() : run();

@@ -89,2 +89,3 @@ }

{
if(arr.length === 0) result = false;
for(var a of arr)

@@ -91,0 +92,0 @@ {

2

package.json
{
"name": "easy-loop",
"version": "1.5.1",
"version": "1.5.2",
"description": "Easy sync loop processing for Node.js",

@@ -5,0 +5,0 @@ "main": "lib/easy-loop",

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