🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

filewalker

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filewalker - npm Package Compare versions

Comparing version

to
0.1.3

@@ -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