Comparing version 0.1.0 to 0.1.1
#!/usr/bin/env node | ||
// Generated by CoffeeScript 1.6.2 | ||
(function() { | ||
var once; | ||
var asa; | ||
module.exports = once = function(test, cb) { | ||
if (test()) { | ||
return cb(); | ||
} else { | ||
return setTimeout((function() { | ||
return once(test, cb); | ||
}), 50); | ||
} | ||
module.exports = asa = function(test, cb) { | ||
var loop_timer; | ||
return loop_timer = setInterval(function() { | ||
if (test()) { | ||
clearInterval(loop_timer); | ||
return cb(); | ||
} | ||
}, 50); | ||
}; | ||
}).call(this); |
{ | ||
"name": "asa", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "as soon as something, do something", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/spro/asa", |
Sorry, the diff of this file is not supported yet
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
1537
7
1
15
1