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

serial-loop

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serial-loop - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

index.js
module.exports = start;
function start (len, each, callback) {
if (len == 0) return callback();
(function loop (i) {

@@ -5,0 +7,0 @@ each(next, i);

4

package.json
{
"name": "serial-loop",
"version": "0.0.0",
"version": "0.0.1",
"description": "Async serial loop",

@@ -18,3 +18,3 @@ "main": "index.js",

"repository": {
"url": "git@github.com:azer\/serial-loop.git",
"url": "git@github.com:azer/serial-loop.git",
"type": "git"

@@ -21,0 +21,0 @@ },

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