New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@edgarjuvianno/vue-sb-components

Package Overview
Dependencies
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edgarjuvianno/vue-sb-components - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

2

components/organization-tree/organization-tree.js

@@ -1213,3 +1213,3 @@ import "./organization-tree.css";

const e = this.getCoordinatesMove(t, 1), n = this.$refs["connection-options-wrapper"], o = t.target;
this.selectedConnection && (!n || n && !n.contains(o) && !n.isSameNode(o)) && (this.selectedConnection = null, this.parentState.isDrag = !0, this.mouseState.mouse = { ...e }, this.mouseState.position = { ...e }, this.mouseState.positionStart = { ...e }, this.selectedLineType = "solid");
(!this.selectedConnection || this.selectedConnection && (!n || n && !n.contains(o) && !n.isSameNode(o))) && (this.selectedConnection = null, this.parentState.isDrag = !0, this.mouseState.mouse = { ...e }, this.mouseState.position = { ...e }, this.mouseState.positionStart = { ...e }, this.selectedLineType = "solid");
},

@@ -1216,0 +1216,0 @@ handleParentDragEnd(t) {

@@ -5,3 +5,3 @@ {

"homepage": "http://edgarjuvianno.github.io/vue-sb-components",
"version": "2.1.3",
"version": "2.1.4",
"type": "module",

@@ -8,0 +8,0 @@ "module": "./main.js",

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