Comparing version 0.0.0 to 0.0.1
{ | ||
"author": "Paul Vorbach <paul@vorb.de> (http://vorb.de/)", | ||
"name": "pub", | ||
"description": "A command line tool for git powered content management", | ||
"tags": [ "cli", "git", "cms" ], | ||
"version": "0.0.0", | ||
"description": "A command line tool for customizable content management", | ||
"tags": [ | ||
"cli", | ||
"cms" | ||
], | ||
"version": "0.0.1", | ||
"repository": { | ||
@@ -15,5 +18,14 @@ "type": "git", | ||
"main": "./pub.js", | ||
"bin": { | ||
"tpl": "./bin/pub" | ||
}, | ||
"engines": { | ||
"node": ">=0.6.0" | ||
} | ||
}, | ||
"dependencies": { | ||
"append": ">=0.1.1", | ||
"confdir": ">=0.0.2", | ||
"optimist": ">=0.3.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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4720
7
32
1
31
0
3
2
+ Addedappend@>=0.1.1
+ Addedconfdir@>=0.0.2
+ Addedoptimist@>=0.3.0
+ Addedappend@0.1.1(transitive)
+ Addedconfdir@0.0.2(transitive)
+ Addedminimist@0.0.10(transitive)
+ Addedoptimist@0.6.1(transitive)
+ Addedwordwrap@0.0.3(transitive)