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

@braks/vue-flow

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@braks/vue-flow - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

8

dist/components/ConnectionLine/ConnectionLine.vue.d.ts

@@ -29,2 +29,7 @@ import { CSSProperties } from 'vue';

type: import("vue").PropType<XYPosition>;
} & {
default: () => {
x: number;
y: number;
};
};

@@ -51,2 +56,3 @@ connectionMode: {

transform: Transform;
connectionPosition: XYPosition;
connectionMode: ConnectionMode;

@@ -60,4 +66,4 @@ connectionLineType: ConnectionLineType;

connectionHandleType?: HandleType | undefined;
connectionPosition?: XYPosition | undefined;
}>, {
connectionPosition: XYPosition;
connectionLineType: ConnectionLineType;

@@ -64,0 +70,0 @@ connectionLineStyle: CSSProperties;

2

package.json
{
"name": "@braks/vue-flow",
"version": "0.1.1",
"version": "0.1.2",
"private": false,

@@ -5,0 +5,0 @@ "repository": {

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