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

@ospin/fct-graph

Package Overview
Dependencies
Maintainers
4
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 5.3.0 to 5.4.0

src/functionalities/KernRS232Scale.js

2

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

@@ -24,2 +24,3 @@ const { v4: uuidv4 } = require('uuid')

const HamiltonPHArcSensor = require('../HamiltonPHArcSensor')
const KernRS232Scale = require('../KernRS232Scale')
const PushOut = require('../PushOut')

@@ -55,2 +56,3 @@ const PushIn = require('../PushIn')

HamiltonPHArcSensor,
KernRS232Scale,
})

@@ -57,0 +59,0 @@ }

@@ -26,2 +26,3 @@ const FunctionalityFactory = require('./factories/FunctionalityFactory')

const HamiltonPHArcSensor = require('./HamiltonPHArcSensor')
const KernRS232Scale = require('./KernRS232Scale')

@@ -66,2 +67,3 @@ // sub-types which inherit from other sub-types

HamiltonPHArcSensor,
KernRS232Scale,

@@ -68,0 +70,0 @@ // sub-types which inherit from other sub-types (valid fcts)

@@ -14,2 +14,3 @@ // sub-types which inherit from types

const HamiltonPHArcSensorSeeder = require('./HamiltonPHArcSensorSeeder')
const KernRS232ScaleSeeder = require('./KernRS232ScaleSeeder')

@@ -43,2 +44,3 @@ // sub-types which inherit from other sub-types

HamiltonPHArcSensorSeeder,
KernRS232ScaleSeeder,

@@ -45,0 +47,0 @@ // sub-types which inherit from other sub-types (valid fcts)

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