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

4

lib/Machine.build.js

@@ -146,3 +146,3 @@ /**

err.machine = machineDefinition.identity;
console.warn("No defaultExit set; defaulting to the catchall exit.");
// console.warn("No defaultExit set; defaulting to the catchall exit.");
}

@@ -153,3 +153,3 @@

err.machine = machineDefinition.identity;
console.warn("No catchallExit set; if an uncaught exception is thrown or `exits(err)` is called, this machine will throw!");
// console.warn("No catchallExit set; if an uncaught exception is thrown or `exits(err)` is called, this machine will throw!");
}

@@ -156,0 +156,0 @@

{
"name": "machine",
"version": "1.0.5",
"version": "1.0.6",
"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