filewalker
Advanced tools
Comparing version
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
@@ -1,2 +0,1 @@ | ||
module.exports = Filewalker; | ||
@@ -7,4 +6,9 @@ | ||
util = require('util'), | ||
FunctionQueue = require('fqueue'); | ||
FunctionQueue = require('fqueue'), | ||
immediately = process.nextTick; | ||
if (global.setImmediate !== undefined) { | ||
immediately = global.setImmediate; | ||
}; | ||
var lstat = process.platform === 'win32' ? 'stat' : 'lstat'; | ||
@@ -74,3 +78,3 @@ | ||
process.nextTick(function() { | ||
immediately(function() { | ||
self.done(); | ||
@@ -77,0 +81,0 @@ }); |
{ | ||
"name": "filewalker", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Fast and rock-solid asynchronous traversing of directories and files for node.js", | ||
@@ -13,4 +13,3 @@ "author": { | ||
}, | ||
"contributors": [ | ||
], | ||
"contributors": [], | ||
"main": "./lib/filewalker", | ||
@@ -20,3 +19,5 @@ "directories": { | ||
}, | ||
"engines": {"node": ">= 0.4.x"}, | ||
"engines": { | ||
"node": ">= 0.4.x" | ||
}, | ||
"dependencies": { | ||
@@ -29,4 +30,4 @@ "fqueue": "0.0.x" | ||
"devDependencies": { | ||
"mocha": "1.0.x" | ||
"mocha": "1.0.x" | ||
} | ||
} | ||
} |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ |
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
642
0.63%26065
-3.06%1
Infinity%