New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.3 to 1.0.4

2

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

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

@@ -145,2 +145,8 @@ import GraphModel from './model/GraphModel';

/**
* 切换边的类型
* @param id 边Id
* @param type 边类型
*/
changeEdgeType(id: string, type: string): void;
/**
* 获取节点连接的所有边的model

@@ -147,0 +153,0 @@ * @param nodeId 节点ID

@@ -37,3 +37,2 @@ import BaseEdgeModel from './BaseEdgeModel';

updatePoints(): void;
updatePath(): void;
updateStartPoint(anchor: any): void;

@@ -40,0 +39,0 @@ updateEndPoint(anchor: any): void;

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