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

@vue-flow/controls

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-flow/controls - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

dist/Controls.vue.d.ts

@@ -19,3 +19,3 @@ import type { PanelPosition } from '@vue-flow/core'

position: {
type: import('vue').PropType<PanelPosition>
type: import('vue').PropType<import('@vue-flow/core').PanelPositionType | PanelPosition>
}

@@ -52,3 +52,3 @@ },

position: {
type: import('vue').PropType<PanelPosition>
type: import('vue').PropType<import('@vue-flow/core').PanelPositionType | PanelPosition>
}

@@ -55,0 +55,0 @@ }>

@@ -1,2 +0,2 @@

import type { FitViewParams, PanelPosition } from '@vue-flow/core'
import type { FitViewParams, PanelPosition, PanelPositionType } from '@vue-flow/core'

@@ -13,3 +13,3 @@ export interface ControlProps {

/** Position of the controls {@link PanelPosition} */
position?: PanelPosition
position?: PanelPositionType | PanelPosition
}
{
"name": "@vue-flow/controls",
"version": "1.1.1",
"version": "1.1.2",
"private": false,

@@ -59,5 +59,5 @@ "license": "MIT",

"@tooling/eslint-config": "0.0.0",
"@tooling/vite-config": "0.0.0",
"@tooling/tsconfig": "0.0.0",
"@vue-flow/core": "1.30.0",
"@tooling/vite-config": "0.0.0"
"@vue-flow/core": "1.34.0"
},

@@ -64,0 +64,0 @@ "publishConfig": {

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