+2
-3
@@ -6,7 +6,6 @@ #!/usr/bin/env node | ||
| fs = require("fs"), | ||
| mfs = require("more-fs"), | ||
| FileSet = require("file-set"), | ||
| cp = require("child_process"), | ||
| dope = require("console-dope"), | ||
| s = require("string-ting"), | ||
| s = require("string-tools"), | ||
| alert = require("./alert"); | ||
@@ -21,3 +20,3 @@ | ||
| var fileSet = FileSet(argv.when); | ||
| var fileSet = new FileSet(argv.when); | ||
@@ -24,0 +23,0 @@ fileSet.files.forEach(function(file){ |
+2
-2
| { | ||
| "name": "baldrick", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Your own private dogsbody. Does the shitty work you can't be arsed to do.", | ||
@@ -15,4 +15,4 @@ "repository": "https://github.com/75lb/baldrick", | ||
| "file-set": "^0.1.0", | ||
| "string-ting": "0.0.1" | ||
| "string-tools": "^0.1.4" | ||
| } | ||
| } |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
3152
-0.72%48
-2.04%+ Added
+ Added
- Removed