🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

scan-fs

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scan-fs - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+1
-1
package.json

@@ -12,3 +12,3 @@ {

],
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://github.com/openlg/scan-fs",

@@ -15,0 +15,0 @@ "authors": [

@@ -65,6 +65,6 @@ /**

if(parent){
//if(parent){
me.dirCount ++ ;
me.emit('directory', path, eOpts);
}
//}
if(me.__recursive || parent === undefined){

@@ -71,0 +71,0 @@ me.__pending++;

@@ -10,3 +10,3 @@ #!/usr/bin/env node

*/
var scanFS = require('scan-fs' ).create()
var scanFS = require('./scan-fs' ).create()
, scanPath = process.argv.slice(2);

@@ -13,0 +13,0 @@

Sorry, the diff of this file is not supported yet