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

machinepack

Package Overview
Dependencies
Maintainers
5
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

4

bin/machinepack-exec.js

@@ -106,3 +106,3 @@ #!/usr/bin/env node

// },
choices: _.reduce(machinepack.machines, function (memo, machine){
choices: _.sortBy(_.reduce(machinepack.machines, function (memo, machine){
memo.push({

@@ -113,3 +113,3 @@ name: machine,

return memo;
}, [])
}, []), 'name')
}], function (answers){

@@ -116,0 +116,0 @@ next(null, answers.machine);

{
"name": "machinepack",
"version": "2.1.2",
"version": "2.1.3",
"description": "CLI tool for working with machinepacks and their machines.",

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

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