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

machinepack-machines

Package Overview
Dependencies
Maintainers
1
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 1.0.3 to 1.0.4

helpers/parse-machine-spec.js

5

machines/list-machines.js

@@ -50,3 +50,7 @@ module.exports = {

try {
// Grab array of machine identities from package.json data
machineIdentities = jsonData.machinepack.machines;
// Sort alphabetically for easier reading
machineIdentities.sort();
}

@@ -57,2 +61,3 @@ catch (e) {

return exits.success(machineIdentities);

@@ -59,0 +64,0 @@ }

5

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

@@ -43,5 +43,6 @@ "scripts": {

"run-machine-interactive",
"parse-machinepack-metadata"
"parse-machinepack-metadata",
"parse-machine-from-js"
]
}
}
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