@ospin/fct-graph
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "@ospin/fct-graph", | ||
"author": "OSPIN webapp team", | ||
"version": "6.0.0", | ||
"version": "6.0.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", |
@@ -33,3 +33,3 @@ const Joi = require('joi') | ||
isVirtual: Joi.boolean().default(false), | ||
firmwareBlackBox: Joi.object().default({}), | ||
firmwareBlackBox: Joi.object(), | ||
outputIntervalMs: Joi.number() | ||
@@ -36,0 +36,0 @@ .integer() |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
70958