🚀 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.0.1

@@ -11,3 +11,3 @@

filewalker('c:/', options)
filewalker('/', options)
.on('stream', function(rs, p, s, fullPath) {

@@ -14,0 +14,0 @@ var hash = createHash('md5');

{
"name": "filewalker",
"version": "0.0.0",
"version": "0.0.1",
"description": "Fast and rock-solid asynchronous traversing of directories and files for node.js",

@@ -9,2 +9,8 @@ "author": {

},
"repository": {
"type": "git",
"url": "git://github.com/oleics/node-filewalker.git"
},
"contributors": [
],
"main": "./lib/filewalker",

@@ -11,0 +17,0 @@ "directories": {

Filewalker
==========
Node Filewalker
===============

@@ -52,3 +52,3 @@ ### Fast and rock-solid asynchronous traversing of directories and files for node.js

filewalker('c:/', options)
filewalker('/', options)
.on('stream', function(rs, p, s, fullPath) {

@@ -55,0 +55,0 @@ var hash = createHash('md5');

Sorry, the diff of this file is not supported yet