recursive-readdirs
Advanced tools
Comparing version 0.0.5 to 0.0.6
const readdir = require('recursive-readdir'); | ||
module.exports = function (dirs, callback) { | ||
function readdirs(dirs, callback) { | ||
let list = []; | ||
@@ -30,2 +30,4 @@ | ||
}); | ||
}; | ||
} | ||
module.exports = readdirs; |
{ | ||
"name": "recursive-readdirs", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Possible typosquat attack
Supply chain riskThere is a package with a similar name that is downloaded much more often.
Did you mean |
---|
recursive-readdir |
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
134893
111
1