Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.0 to 2.0.1

3

index.js

@@ -144,2 +144,5 @@ /**

}
// Before using `rttc.parseHuman()`, ensure the value is a string
// (yargs parses some things as numbers)
val = val+'';
memo[inputName] = rttc.parseHuman(val, rttc.infer(inputDef.example), true);

@@ -146,0 +149,0 @@ return memo;

2

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

@@ -5,0 +5,0 @@ "scripts": {

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