Socket
Socket
Sign inDemoInstall

@ospin/fct-graph

Package Overview
Dependencies
6
Maintainers
4
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.23.0 to 2.23.1

2

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

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

const fctGraph = new FCTGraph(newData)
// calling `new FCTGraph` won't use the composed methods!
const fctGraph = new this.prototype.constructor(newData)
fctGraph._addManyConnectionsViaDataStreamsData(dataStreamsData)

@@ -95,0 +96,0 @@

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

const SetProtectedPropertyError = require('./FCTErrors/SetProtectedPropertyError')
const ArrayUtils = require('@choux/array-utils')

@@ -13,0 +12,0 @@ class Functionality {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc