Comparing version 1.0.3 to 1.0.4
@@ -7,2 +7,5 @@ var fs = require('fs'); | ||
module.exports = fs.readdirSync(moduleDir) | ||
.filter(function(fileName) { | ||
return fileName !== path.basename(module.parent.filename); | ||
}) | ||
.map(function(fileName) { | ||
@@ -9,0 +12,0 @@ return path.join(moduleDir, fileName); |
@@ -5,3 +5,3 @@ { | ||
"author": "James Barton <james@neodon.com>", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"license": "Artistic-2.0", | ||
@@ -25,3 +25,9 @@ "homepage": "https://github.com/neodon/et-al", | ||
], | ||
"analyze": true | ||
"analyze": true, | ||
"devDependencies": { | ||
"chai": "^3.4.1", | ||
"eslint": "^1.9.0", | ||
"jsdoc": "^3.3.3", | ||
"mocha": "^2.3.4" | ||
} | ||
} |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
11729
10
28
0
4
4