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.4.6 to 0.4.7

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.4.7](https://github.com/towersxu/logicflow/compare/@logicflow/core@0.4.4...@logicflow/core@0.4.7) (2021-05-24)
### Features
* 自定义节点model支持获取graphModel ([4ae15aa](https://github.com/towersxu/logicflow/commit/4ae15aa243ae91184145be0df0cbb42baeb88de4))
## [0.4.6](https://github.com/towersxu/logicflow/compare/@logicflow/core@0.4.5...@logicflow/core@0.4.6) (2021-05-21)

@@ -8,0 +19,0 @@

4

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

@@ -84,3 +84,3 @@ "main": "dist/logic-flow.js",

],
"gitHead": "5a8180d6675a17f931dc5284215783e65f37f14e"
"gitHead": "e7d6550c4e7567ce286b307725f0cf8d8d66f0ce"
}
import { ElementState, ModelType, ElementType } from '../../constant/constant';
import { AdditionData, NodeData, MenuConfig, NodeAttribute, NodeConfig } from '../../type';
import { AdditionData, NodeData, NodeAttribute, NodeConfig } from '../../type';
import GraphModel from '../GraphModel';

@@ -19,3 +19,3 @@ import { IBaseModel } from '../BaseModel';

additionStateData: AdditionData;
menu?: MenuConfig[];
[propName: string]: any;
targetRules: ConnectRule[];

@@ -22,0 +22,0 @@ sourceRules: ConnectRule[];

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