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

sprotty

Package Overview
Dependencies
Maintainers
3
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sprotty - npm Package Compare versions

Comparing version 0.14.0-next.65469e4.4 to 0.14.0-next.e195a1c.6

4

lib/features/move/move.js

@@ -374,6 +374,6 @@ "use strict";

if ((0, create_on_drag_1.isCreatingOnDrag)(target)) {
this.startCreatingOnDrag(target, event);
return this.startCreatingOnDrag(target, event);
}
else if (isRoutingHandle) {
this.activateRoutingHandle(target, event);
return this.activateRoutingHandle(target, event);
}

@@ -380,0 +380,0 @@ }

{
"name": "sprotty",
"version": "0.14.0-next.65469e4.4+65469e4",
"version": "0.14.0-next.e195a1c.6+e195a1c",
"description": "A next-gen framework for graphical views",

@@ -59,3 +59,3 @@ "license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",

"snabbdom": "^3.5.1",
"sprotty-protocol": "0.14.0-next.65469e4.4+65469e4",
"sprotty-protocol": "0.14.0-next.e195a1c.6+e195a1c",
"tinyqueue": "^2.0.3"

@@ -106,3 +106,3 @@ },

],
"gitHead": "65469e49072b9a1874f4cdb1846fb25eabf2a4a8"
"gitHead": "e195a1cea404225c35af55b01429352fd6f081dd"
}

@@ -412,5 +412,5 @@ /********************************************************************************

if (isCreatingOnDrag(target)) {
this.startCreatingOnDrag(target, event);
return this.startCreatingOnDrag(target, event);
} else if (isRoutingHandle) {
this.activateRoutingHandle(target, event);
return this.activateRoutingHandle(target, event);
}

@@ -417,0 +417,0 @@ }

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