Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

baldrick

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baldrick - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+12
bin/alert.js
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);

{
"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",