New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@baklavajs/core

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@baklavajs/core - npm Package Compare versions

Comparing version 1.3.1-next.4 to 1.3.1-next.5

4

dist/src/node.d.ts

@@ -24,3 +24,3 @@ import { NodeInterface } from "./nodeInterface";

* | Key = Name of the interface
* | Value = [[NodeInterface]] instance
* | Value = NodeInterface instance
*/

@@ -30,3 +30,3 @@ interfaces: Map<string, NodeInterface>;

* | Key = Name of the option
* | Value = [[NodeOption]] instance
* | Value = NodeOption instance
*/

@@ -33,0 +33,0 @@ options: Map<string, NodeOption>;

@@ -9,2 +9,3 @@ import { IInterfaceState } from "../types/state";

option?: string;
[k: string]: any;
events: {

@@ -11,0 +12,0 @@ setConnectionCount: BaklavaEvent<number>;

@@ -12,2 +12,4 @@ import { INodeOption } from "../types/nodeOption";

};
/** Additional Properties */
[k: string]: any;
private _value;

@@ -14,0 +16,0 @@ constructor(optionComponent: string, value?: any, sidebarComponent?: any);

@@ -5,2 +5,4 @@ import { INode } from "./node";

export interface INodeInterface {
/** Additional Properties */
[k: string]: any;
id: string;

@@ -7,0 +9,0 @@ isInput: boolean;

import { IBaklavaEvent, IPreventableBaklavaEvent } from "./events";
export interface INodeOption {
/** Additional Properties */
[k: string]: any;
optionComponent: string;

@@ -4,0 +6,0 @@ value: any;

{
"name": "@baklavajs/core",
"version": "1.3.1-next.4+b668ade",
"version": "1.3.1-next.5+a17cacf",
"description": "Core logic of BaklavaJS, a graph editor / node editor for the web",

@@ -43,3 +43,3 @@ "author": "newcat <freddy.wagner@web.de>",

},
"gitHead": "b668ade94046e4ff891ddf6dcbf915a43b9d6ffd"
"gitHead": "a17cacfa05e1115fc1665fb784a4cf9e6136b78f"
}
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