Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

machinepack-machines

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-machines - npm Package Compare versions

Comparing version 5.1.2 to 6.0.0

22

machines/run-instantiated-machine.js
module.exports = {
friendlyName: 'Run instantiated machine',
description: 'Run a machine which is already instantiated using the provided input values.',
extendedDescription: '',
inputs: {
machineInstance: {

@@ -11,2 +17,3 @@ example: '===',

},
inputValues: {

@@ -20,10 +27,16 @@ description: 'A set of input name/value pairs.',

}
},
exits: {
error: {
description: 'Unexpected error occurred.'
},
unknownInput: {
description: 'A configured input value does not correspond with a real input in this machine.'
},
cantStringifyOutput: {

@@ -38,2 +51,3 @@ description: 'The return value could not be stringified into JSON - perhaps it contains circular references?',

},
success: {

@@ -50,3 +64,6 @@ variableName: 'whatHappened',

}
},
fn: function(inputs, exits) {

@@ -158,4 +175,5 @@

);
},
}
};

37

package.json
{
"name": "machinepack-machines",
"version": "5.1.2",
"version": "6.0.0",
"description": "Work with machines and machinepacks.",

@@ -17,12 +17,5 @@ "scripts": {

"async": "^0.9.0",
"chalk": "^0.5.1",
"debug": "^2.1.2",
"inquirer": "^0.8.0",
"lodash": "^3.9.1",
"machine": "^9.0.4",
"machinepack-fs": "^2.3.0",
"machinepack-javascript": "^0.1.8",
"machinepack-npm": "^3.0.0",
"machinepack-util": "^4.4.0",
"rttc": "^6.0.0"
"machine": "^10.0.0",
"rttc": "^7.0.0"
},

@@ -33,26 +26,6 @@ "machinepack": {

"machines": [
"prompt-about-new-machinepack",
"prompt-about-new-machine",
"get-machines-dir",
"remove-machine",
"rename-machine",
"copy-machine",
"list-machines",
"run-machine",
"read-machine-file",
"write-machine-file",
"build-machine-code",
"prompt-for-input-vals",
"add-machine",
"run-machine-interactive",
"parse-machinepack-metadata",
"initialize-machinepack",
"read-package-json",
"interpret-machine-module",
"scaffold-tests",
"add-test",
"run-instantiated-machine",
"validate"
],
"testsUrl": "https://travis-ci.org/mikermcneil/machinepack-machinepacks"
"testsUrl": "https://travis-ci.org/treelinehq/machinepack-machines"
},

@@ -64,4 +37,4 @@ "devDependencies": {

"type": "git",
"url": "git@github.com:mikermcneil/machinepack-machinepacks.git"
"url": "git@github.com:treelinehq/machinepack-machines.git"
}
}
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