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 9.0.1 to 9.0.2

3

lib/intercept-exit-callbacks.js

@@ -5,2 +5,3 @@ /**

var util = require('util');
var Debug = require('debug');

@@ -190,3 +191,3 @@ var _ = require('lodash');

throw (function (){
var _err = new Error(require('util').format('`%s` exit: an error was thrown in the exit\'s `getExample()` function:\n', exitName, util.inspect(e)));
var _err = new Error(util.format('`%s` exit: an error was thrown in the exit\'s `getExample()` function:\n', exitName, util.inspect(e)));
_err.code = 'E_EXIT_GETEXAMPLE';

@@ -193,0 +194,0 @@ _err.reason = _err.message;

{
"name": "machine",
"version": "9.0.1",
"version": "9.0.2",
"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