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.1.0
to
0.1.1
+2
-3
bin/baldrick.js

@@ -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"
}
}