+12
| var cp = require("child_process"); | ||
| exports.say = say; | ||
| exports.bell = bell; | ||
| function say(msg){ | ||
| cp.exec("say " + msg); | ||
| } | ||
| function bell(){ | ||
| console.log("\u0007") | ||
| } |
+3
-1
@@ -9,3 +9,4 @@ #!/usr/bin/env node | ||
| dope = require("console-dope"), | ||
| w = require("wodge"); | ||
| w = require("wodge"), | ||
| alert = require("./alert"); | ||
@@ -27,2 +28,3 @@ var argv = new Model() | ||
| if (err){ | ||
| alert.bell(); | ||
| dope.red.bold.log("%s fucked up", w.symbol.cross); | ||
@@ -29,0 +31,0 @@ dope.log(err.message); |
+1
-1
| { | ||
| "name": "baldrick", | ||
| "version": "0.0.4", | ||
| "version": "0.0.5", | ||
| "description": "Your own private dogsbody. Does the shitty work you can't be arsed to do.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/75lb/baldrick", |
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
2891
8.93%4
33.33%45
32.35%2
100%