serial-loop
Advanced tools
Comparing version 0.0.0 to 0.0.1
module.exports = start; | ||
function start (len, each, callback) { | ||
if (len == 0) return callback(); | ||
(function loop (i) { | ||
@@ -5,0 +7,0 @@ each(next, i); |
{ | ||
"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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1134
12