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.7.5 to 0.7.6

README.md

11

CHANGELOG.md

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

## [0.7.6](https://github.com/didi/LogicFlow/compare/@logicflow/core@0.7.5...@logicflow/core@0.7.6) (2021-11-11)
### Bug Fixes
* custom element id ([cff9c18](https://github.com/didi/LogicFlow/commit/cff9c180e12df91de8921aa083e0bbafe4afc641))
## [0.7.5](https://github.com/didi/LogicFlow/compare/@logicflow/core@0.7.4...@logicflow/core@0.7.5) (2021-11-08)

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

17

package.json
{
"name": "@logicflow/core",
"version": "0.7.5",
"version": "0.7.6",
"description": "LogicFlow core, to quickly build flowchart editor",
"main": "dist/logic-flow.js",
"license": "Apache-2.0",
"homepage": "http://logic-flow.org/",
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/didi/LogicFlow",
"directory": "packages/core"
},
"scripts": {

@@ -21,3 +27,4 @@ "dev": "cross-env NODE_ENV=development webpack-dev-server --client-log-level warning --config scripts/webpack.config.dev.js",

"dist",
"types"
"types",
"README.md"
],

@@ -29,2 +36,6 @@ "dependencies": {

},
"keywords": [
"flowchart",
"diagram"
],
"devDependencies": {

@@ -86,3 +97,3 @@ "@babel/core": "^7.9.0",

],
"gitHead": "83064a19016f253224d839bcdf5dd0454236866b"
"gitHead": "c19052d9d6004fe852d410a511ceea4db0d70c87"
}

2

types/model/node/BaseNodeModel.d.ts

@@ -62,3 +62,3 @@ import { ElementState, ModelType, ElementType } from '../../constant/constant';

initNodeData(data: any): void;
createId(): string;
createId(): any;
formatText(data: any): void;

@@ -65,0 +65,0 @@ setAttributes(): 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