Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@logicflow/core

Package Overview
Dependencies
Maintainers
6
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.18 to 1.2.19

2

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

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

@@ -22,2 +22,3 @@ import { h, Component } from 'preact';

contextMenuTime: number;
mouseUpDrag: boolean;
startTime: number;

@@ -44,2 +45,3 @@ clickTimer: number;

onDragEnd: () => void;
handleMouseUp: () => void;
handleClick: (e: MouseEvent) => void;

@@ -46,0 +48,0 @@ handleContextMenu: (ev: MouseEvent) => void;

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