dir-analyzer
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "dir-analyzer", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dir-analyzer.js", |
@@ -44,3 +44,3 @@ # dir-analyzer | ||
scan.stream.on('data', data => { | ||
console.log(JSON.parse(data)) | ||
console.log(data) | ||
}); | ||
@@ -47,0 +47,0 @@ |
Sorry, the diff of this file is not supported yet
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
7490