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

@logicflow/core

Package Overview
Dependencies
Maintainers
5
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logicflow/core - npm Package Compare versions

Comparing version 0.6.9 to 0.6.10

2

package.json
{
"name": "@logicflow/core",
"version": "0.6.9",
"version": "0.6.10",
"description": "LogicFlow core, to quickly build flowchart editor",

@@ -5,0 +5,0 @@ "main": "dist/logic-flow.js",

@@ -31,7 +31,7 @@ export interface EditConfigInterface {

extraConf: {};
keys: string[];
constructor(data: any);
constructor(config: any);
updateEditConfig(config: any): void;
getConfigDetail(config: any): Pick<any, string>;
getConfig(): Partial<this>;
}
export { EditConfigModel };

@@ -12,3 +12,2 @@ import { h, Component } from 'preact';

handleMouseDown: (ev: MouseEvent) => void;
onDragStart: () => void;
onDraging: ({ deltaX, deltaY }: {

@@ -15,0 +14,0 @@ deltaX: any;

@@ -39,3 +39,2 @@ import { h, Component } from 'preact';

onDragEnd: () => void;
onDblClick: () => void;
checkEnd: () => void;

@@ -42,0 +41,0 @@ isShowLine(): boolean;

@@ -69,3 +69,2 @@ import { h, Component } from 'preact';

getStateClassName(): string;
onDragStart: () => void;
onDraging: ({ deltaX, deltaY }: {

@@ -72,0 +71,0 @@ deltaX: any;

Sorry, the diff of this file is too big to display

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