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 1.0.5 to 1.0.6

bin/machinepack-cp.js

2

bin/machinepack-mv.js

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

success: function (pathToMachines){
// Completely remove a file or directory (like rm -rf).
Filesystem.mv({

@@ -42,0 +42,0 @@ source: Path.resolve(pathToMachines, originalIdentity+'.js'),

@@ -14,6 +14,9 @@ #!/usr/bin/env node

.usage(chalk.gray('[options]')+' '+chalk.bold('<command>'))
.command('init', 'initialize the current module as a machinepack')
.command('ls', 'list machines')
.command('add', 'add a new machine')
.command('exec <identity>', 'run machine')
.command('rm <identity>', 'delete existing machine')
.command('mv <originalIdentity> <newIdentity>', 'rename machine')
.command('cp <originalIdentity> <newIdentity>', 'copy machine')
.parse(process.argv);

@@ -20,0 +23,0 @@

{
"name": "machinepack",
"version": "1.0.5",
"version": "1.0.6",
"description": "CLI tool for working with machinepacks and their machines.",
"bin": {
"machinepack": "./bin/machinepack.js",
"machinepack-init": "./bin/machinepack-init.js",
"machinepack-add": "./bin/machinepack-add.js",
"machinepack-ls": "./bin/machinepack-ls.js",
"machinepack-mv": "./bin/machinepack-mv.js",
"machinepack-rm": "./bin/machinepack-rm.js"
"machinepack-cp": "./bin/machinepack-cp.js",
"machinepack-rm": "./bin/machinepack-rm.js",
"machinepack-exec": "./bin/machinepack-exec.js"
},

@@ -12,0 +15,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