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

@xyflow/system

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyflow/system - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

1

dist/esm/constants.d.ts

@@ -19,2 +19,3 @@ import { CoordinateExtent, HandleType } from './types';

error012: (id: string) => string;
error013: (lib?: string) => string;
};

@@ -21,0 +22,0 @@ export declare const infiniteExtent: CoordinateExtent;

4

dist/esm/types/handles.d.ts

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

import type { Position, OnConnect, IsValidConnection } from '.';
import type { Position, IsValidConnection } from '.';
export type HandleType = 'source' | 'target';

@@ -40,4 +40,2 @@ export type HandleElement = {

isConnectableEnd?: boolean;
/** Callback called when connection is made */
onConnect?: OnConnect;
/** Callback if connection is valid

@@ -44,0 +42,0 @@ * @remarks connection becomes an edge if isValidConnection returns true

@@ -19,2 +19,3 @@ import { CoordinateExtent, HandleType } from './types';

error012: (id: string) => string;
error013: (lib?: string) => string;
};

@@ -21,0 +22,0 @@ export declare const infiniteExtent: CoordinateExtent;

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

import type { Position, OnConnect, IsValidConnection } from '.';
import type { Position, IsValidConnection } from '.';
export type HandleType = 'source' | 'target';

@@ -40,4 +40,2 @@ export type HandleElement = {

isConnectableEnd?: boolean;
/** Callback called when connection is made */
onConnect?: OnConnect;
/** Callback if connection is valid

@@ -44,0 +42,0 @@ * @remarks connection becomes an edge if isValidConnection returns true

{
"name": "@xyflow/system",
"version": "0.0.25",
"version": "0.0.26",
"description": "xyflow core system that powers React Flow and Svelte Flow.",

@@ -50,5 +50,5 @@ "keywords": [

"typescript": "5.1.3",
"@xyflow/tsconfig": "0.0.0",
"@xyflow/rollup-config": "0.0.0",
"@xyflow/eslint-config": "0.0.0"
"@xyflow/eslint-config": "0.0.0",
"@xyflow/tsconfig": "0.0.0"
},

@@ -55,0 +55,0 @@ "rollup": {

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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