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.3.1 to 1.3.2

0

lib/easy-for.js

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

@@ -0,0 +0,0 @@ /**

5

lib/easy-while.js
function easyWhile(condition, func, last){
if(arguments.length === 1)
{
func = condition;
condition = function(){return true;}
}
var run = function(){

@@ -3,0 +8,0 @@ if(condition()) func(next);

2

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

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

@@ -0,0 +0,0 @@ //var fs = require('fs');

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