Comparing version 15.2.2 to 15.2.3
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
497820
9125
328
1