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

@ospin/fct-graph

Package Overview
Dependencies
Maintainers
3
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ospin/fct-graph - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

2

package.json
{
"name": "@ospin/fct-graph",
"author": "danielseehausen",
"version": "2.3.0",
"version": "2.4.0",
"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",

@@ -52,3 +52,3 @@ const Joi = require('joi')

name: Joi.string().required(),
displayType: Joi.string().allow(...Object.values(Slot.DISPLAY_TYPES)).required(),
displayType: Joi.string().allow(...Object.values(Slot.DISPLAY_TYPES), null).required(),
dataStreams: Joi.array().items(DataStream.SCHEMA).required(),

@@ -55,0 +55,0 @@ unit: Joi.string().allow(...this.ALL_UNIT_VALUES).required(), // inherited

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