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 1.2.5 to 1.2.6

2

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

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

@@ -72,3 +72,3 @@ import GraphModel from './model/GraphModel';

*/
adapterOut: (data: GraphConfigData) => unknown;
adapterOut: (data: GraphConfigData, ...rest: any) => unknown;
/**

@@ -362,3 +362,3 @@ * 支持插件在logicflow实例上增加自定义方法

*/
getGraphData(): GraphConfigData | any;
getGraphData(...params: any): GraphConfigData | any;
/**

@@ -365,0 +365,0 @@ * 获取流程绘图原始数据

@@ -6,3 +6,3 @@ import { Point, Vector } from '../type/index';

};
export declare function getTangentOfVector(v: Vector): number;
export declare function getThetaOfVector(v: Vector): number;
export declare function degrees(radians: number): number;

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

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