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.6 to 0.0.7

8

dist/esm/types/general.d.ts

@@ -101,7 +101,7 @@ import type { D3DragEvent, Selection as D3Selection, SubjectPosition, ZoomBehavior } from 'd3';

export type UpdateConnection = (params: {
connectionPosition?: XYPosition | null;
connectionStatus?: ConnectionStatus | null;
connectionStartHandle?: ConnectingHandle | null;
connectionEndHandle?: ConnectingHandle | null;
connectionPosition: XYPosition | null;
connectionStatus: ConnectionStatus | null;
connectionStartHandle: ConnectingHandle | null;
connectionEndHandle: ConnectingHandle | null;
}) => void;
//# sourceMappingURL=general.d.ts.map

@@ -28,4 +28,4 @@ import type { Dimensions, XYPosition, CoordinateExtent, Box, Rect, NodeBase, NodeOrigin, SnapGrid, Transform } from '../types';

export declare const rendererPointToPoint: ({ x, y }: XYPosition, [tx, ty, tScale]: Transform) => XYPosition;
export declare const getTransformForBounds: (bounds: Rect, width: number, height: number, minZoom: number, maxZoom: number, padding?: number) => Transform;
export declare const getTransformForBounds: (bounds: Rect, width: number, height: number, minZoom: number, maxZoom: number, padding: number) => Transform;
export declare const isMacOs: () => boolean;
//# sourceMappingURL=general.d.ts.map

@@ -101,7 +101,7 @@ import type { D3DragEvent, Selection as D3Selection, SubjectPosition, ZoomBehavior } from 'd3';

export type UpdateConnection = (params: {
connectionPosition?: XYPosition | null;
connectionStatus?: ConnectionStatus | null;
connectionStartHandle?: ConnectingHandle | null;
connectionEndHandle?: ConnectingHandle | null;
connectionPosition: XYPosition | null;
connectionStatus: ConnectionStatus | null;
connectionStartHandle: ConnectingHandle | null;
connectionEndHandle: ConnectingHandle | null;
}) => void;
//# sourceMappingURL=general.d.ts.map

@@ -28,4 +28,4 @@ import type { Dimensions, XYPosition, CoordinateExtent, Box, Rect, NodeBase, NodeOrigin, SnapGrid, Transform } from '../types';

export declare const rendererPointToPoint: ({ x, y }: XYPosition, [tx, ty, tScale]: Transform) => XYPosition;
export declare const getTransformForBounds: (bounds: Rect, width: number, height: number, minZoom: number, maxZoom: number, padding?: number) => Transform;
export declare const getTransformForBounds: (bounds: Rect, width: number, height: number, minZoom: number, maxZoom: number, padding: number) => Transform;
export declare const isMacOs: () => boolean;
//# sourceMappingURL=general.d.ts.map
{
"name": "@xyflow/system",
"version": "0.0.6",
"version": "0.0.7",
"description": "xyflow core system that powers React Flow and Svelte Flow.",

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

"typescript": "5.1.3",
"@xyflow/rollup-config": "0.0.0",
"@xyflow/eslint-config": "0.0.0",
"@xyflow/tsconfig": "0.0.0",
"@xyflow/eslint-config": "0.0.0"
"@xyflow/rollup-config": "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 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 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 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