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.6
to
0.0.7
+6
-6
bin/baldrick.js
#!/usr/bin/env node
"use strict";
var Model = require("nature").Model,
var parseArgv = require("command-line-args"),
fs = require("fs"),

@@ -12,7 +12,7 @@ mfs = require("more-fs"),

var argv = new Model()
.define({ name: "do", type: "string" })
.define({ name: "when", type: Array, defaultOption: true })
.define({ name: "change", type: "boolean" })
.set(process.argv);
var argv = parseArgv([
{ name: "do", type: "string" },
{ name: "when", type: Array, defaultOption: true },
{ name: "change", type: "boolean" }
]);

@@ -19,0 +19,0 @@ var fileSet = new mfs.FileSet(argv.when);

{
"name": "baldrick",
"version": "0.0.6",
"version": "0.0.7",
"description": "Your own private dogsbody. Does the shitty work you can't be arsed to do.",

@@ -12,7 +12,7 @@ "repository": "https://github.com/75lb/baldrick",

"dependencies": {
"console-dope": "^0.3.3",
"more-fs": "^0.3.0",
"nature": "~0.4.2",
"command-line-args": "~0.0.0",
"console-dope": "~0.3.3",
"more-fs": "~0.3.0",
"wodge": "~0.6.4"
}
}