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

@vue-flow/core

Package Overview
Dependencies
Maintainers
1
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-flow/core - npm Package Compare versions

Comparing version 1.33.8 to 1.34.0

dist/composables/useStylesLoadedWarning.d.ts

10

dist/components/Panel/Panel.vue.d.ts

@@ -5,6 +5,3 @@ declare const _default: __VLS_WithTemplateSlots<

position: {
type: import('vue').PropType<
| ('top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right')
| import('../../types/panel').PanelPosition
>
type: import('vue').PropType<import('../../types/panel').PanelPositionType | import('../../types/panel').PanelPosition>
required: true

@@ -25,6 +22,3 @@ }

position: {
type: import('vue').PropType<
| ('top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right')
| import('../../types/panel').PanelPosition
>
type: import('vue').PropType<import('../../types/panel').PanelPositionType | import('../../types/panel').PanelPosition>
required: true

@@ -31,0 +25,0 @@ }

3

dist/types/panel.d.ts

@@ -12,6 +12,5 @@ /**

}
type PanelPositionType = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'
export type PanelPositionType = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right'
export interface PanelProps {
position: PanelPosition | PanelPositionType
}
export {}
export declare enum ErrorCode {
MISSING_STYLES = 'MISSING_STYLES',
MISSING_VIEWPORT_DIMENSIONS = 'MISSING_VIEWPORT_DIMENSIONS',

@@ -18,2 +19,3 @@ NODE_INVALID = 'NODE_INVALID',

declare const messages: {
readonly MISSING_STYLES: () => string
readonly MISSING_VIEWPORT_DIMENSIONS: () => string

@@ -20,0 +22,0 @@ readonly NODE_INVALID: (id?: string) => string

export declare function warn(message: string, ...args: any[]): void
export declare function isDev(): boolean
{
"name": "@vue-flow/core",
"version": "1.33.8",
"version": "1.34.0",
"private": false,

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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