cumberbatch
Advanced tools
Comparing version 0.1.22 to 0.1.23
@@ -212,3 +212,3 @@ var chokidar = require('./chokidar'); | ||
}); | ||
var end = Math.min(allTimes.length, maxHotFiles + maxWarmFiles - 1); | ||
var end = Math.min(allTimes.length - 1, maxHotFiles + maxWarmFiles - 1); | ||
for (var i = end; i >= 0; i--) { | ||
@@ -215,0 +215,0 @@ var time = allTimes[i]; |
{ | ||
"name": "cumberbatch", | ||
"description": "crazy watcher stuff", | ||
"version": "0.1.22", | ||
"version": "0.1.23", | ||
"homepage": "https://github.com/azulus/cumberbatch", | ||
@@ -32,9 +32,9 @@ "authors": [ | ||
"readme": "ERROR: No README data found!", | ||
"_id": "cumberbatch@0.1.18", | ||
"_id": "cumberbatch@0.1.22", | ||
"dist": { | ||
"shasum": "2ecc8d5c2c8e2d588c6aba9e39790b305356e457" | ||
"shasum": "7094c84eefcfc4dacd85f88897cb83b90b328c27" | ||
}, | ||
"_from": "cumberbatch@*", | ||
"_resolved": "https://registry.npmjs.org/cumberbatch/-/cumberbatch-0.1.18.tgz", | ||
"_resolved": "https://registry.npmjs.org/cumberbatch/-/cumberbatch-0.1.22.tgz", | ||
"_shasum": "01b45dce1e0d7a706e8ce36f1fe72f40e92b4de9" | ||
} |
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
55248