@ospin/fct-graph
Advanced tools
Comparing version 2.4.0 to 2.4.1
{ | ||
"name": "@ospin/fct-graph", | ||
"author": "danielseehausen", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Graph data structure with conditional edges via 'slots' on nodes. Intended to represent physical and virtual functionalities on a device.", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -67,2 +67,3 @@ const util = require('util') | ||
// deeper print outs (believe this won't work in Node, but should in most browsers) | ||
toString() { | ||
@@ -72,9 +73,4 @@ return util.inspect(this, { compact: false, depth: 6 }) | ||
// deeper print outs while running on Node | ||
[util.inspect.custom]() { | ||
return util.inspect(this.toJSON(), { compact: false, depth: 6 }) | ||
} | ||
} | ||
module.exports = JOIous |
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
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
96888
1650