queued-chunk-store
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -67,7 +67,1 @@ module.exports = QueuedChunkStore | ||
} | ||
function nextTick (cb, err, val) { | ||
process.nextTick(function () { | ||
if (cb) cb(err, val) | ||
}) | ||
} |
{ | ||
"name": "queued-chunk-store", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Queued .get for abstract-chunk-store compliant stores", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5010
80