complexity-report
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "complexity-report", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"author": "Phil Booth <pmbooth@gmail.com>", | ||
@@ -10,2 +10,5 @@ "description": "A tool for reporting code complexity metrics in JavaScript projects.", | ||
}, | ||
"bin": { | ||
"cr": "./src/cli.js" | ||
}, | ||
"main": "./src/complexityReport.js", | ||
@@ -28,3 +31,4 @@ "repository": { | ||
"check-types": "0.1.x", | ||
"esprima": "0.9.x" | ||
"esprima": "0.9.x", | ||
"commander": "1.0.5" | ||
}, | ||
@@ -31,0 +35,0 @@ "devDependencies": { |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
42842
11
1006
4
5
+ Addedcommander@1.0.5
+ Addedcommander@1.0.5(transitive)
+ Addedkeypress@0.1.0(transitive)