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

machine

Package Overview
Dependencies
Maintainers
5
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machine - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

3

lib/Machine.prototype.execSync.js

@@ -55,6 +55,7 @@ /**

// ensure `_data` exists
// (if not, built it using the exit definition)
// (if not, build it using the exit definition)
if (!_data) {
_data = new Error(util.format('`%s` triggered its `%s` exit', self.identity, exitName) + ((self.exits[exitName] && self.exits[exitName].description)?': '+self.exits[exitName].description:'') + '');
_data.code = exitName;
_data.exit = exitName;
_data.output = _data;

@@ -61,0 +62,0 @@ }

{
"name": "machine",
"version": "2.0.2",
"version": "2.0.3",
"description": "Configure and execute machines",

@@ -5,0 +5,0 @@ "main": "index.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