New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

machine-as-script

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machine-as-script - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

6

index.js

@@ -50,5 +50,9 @@ /**

// Loop over each input and check for command line arguments and/or environment variables.
_.each(wetMachine.inputs, function (inputDef, inputName) {
// Handle `--` flags
var opt = '--'+inputName;
// Handle `-` shortcuts
var optShortcut = (function (){

@@ -67,2 +71,4 @@ var _shortcut = '-'+inputName[0];

// Handle environment variables
// todo

@@ -69,0 +75,0 @@ // Call out to commander and apply usage

5

package.json
{
"name": "machine-as-script",
"version": "1.1.1",
"version": "1.1.2",
"description": "Run a machine as a command-line script.",

@@ -19,6 +19,7 @@ "scripts": {

"lodash": "^3.8.0",
"machine": "^10.4.0",
"machine": "^11.0.1",
"yargs": "3.4.5"
},
"devDependencies": {
"machinepack-process": "^1.4.0",
"mocha": "^2.2.4"

@@ -25,0 +26,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc