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

machine

Package Overview
Dependencies
Maintainers
3
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 15.2.2 to 15.2.3

6

index.js

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

/**
* .inspect()
* [Symbol.for('nodejs.util.inspect.custom')]
* (formerly known as ".inspect()")
* https://github.com/node-machine/machine/pull/50/
*

@@ -78,3 +80,3 @@ * When the Machine constructor is inspected (e.g. `util.inspect()` / `console.log()`),

*/
module.exports.inspect = function () {
module.exports[Symbol.for('nodejs.util.inspect.custom')] = function () {
return ''+

@@ -81,0 +83,0 @@ '---------------------------------------------------\n'+

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

/**
* .inspect()
* Symbol.for('nodejs.util.inspect.custom')
* (formerly known as ".inspect()")
* https://github.com/node-machine/machine/pull/50/
*

@@ -419,3 +421,3 @@ * (Automatically invoked in Node.js environments when this is passed into `util.inspect()` or `console.log()`)

Object.defineProperty(newPack, 'inspect', {
Object.defineProperty(newPack, Symbol.for('nodejs.util.inspect.custom'), {
enumerable: false,

@@ -422,0 +424,0 @@ configurable: false,

{
"name": "machine",
"version": "15.2.2",
"version": "15.2.3",
"description": "Build functions in standardized containers.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,6 +0,4 @@

<h1>
<a href="http://node-machine.org"><img alt="node-machine logo" title="The Node-Machine Project" src="http://node-machine.org/images/machine-anthropomorph-for-white-bg.png" width="50" /></a>
machine (runner)
</h1>
# [<img alt="node-machine logo" title="The Node-Machine Project" src="http://node-machine.org/images/machine-anthropomorph-for-white-bg.png" width="50" />](http://node-machine.org) machine (runner)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/balderdashy/sails?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

@@ -7,0 +5,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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