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 0.6.4 to 0.6.5

16

CHANGELOG.md

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

## [0.6.5](https://github.com/towersxu/logicflow/compare/@logicflow/core@0.6.4...@logicflow/core@0.6.5) (2021-07-29)
### Bug Fixes
* remove unnessage import ([cd02497](https://github.com/towersxu/logicflow/commit/cd024976b657c0b964e55cdcce1f086f395e2c8c))
### Features
* add node:dnd-drag event ([bf8a351](https://github.com/towersxu/logicflow/commit/bf8a3515c458014c33cc7fdc8f366c4d16b226b8))
## [0.6.4](https://github.com/towersxu/logicflow/compare/@logicflow/core@0.6.2...@logicflow/core@0.6.4) (2021-07-28)

@@ -8,0 +24,0 @@

4

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

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

],
"gitHead": "1cf23a9a524f1fc897fba4af82f7c623674447b9"
"gitHead": "fb4f32719330d8ee3988016c1bc73c12035b483f"
}

@@ -40,2 +40,3 @@ export declare enum ElementState {

NODE_DND_ADD = "node:dnd-add",
NODE_DND_DRAG = "node:dnd-drag",
NODE_MOUSEDOWN = "node:mousedown",

@@ -42,0 +43,0 @@ NODE_DRAGSTART = "node:dragstart",

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

Sorry, the diff of this file is not supported yet

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