Socket
Socket
Sign inDemoInstall

@reactflow/core

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactflow/core - npm Package Compare versions

Comparing version 11.5.4 to 11.5.5

2

dist/esm/components/ReactFlowProvider/index.d.ts
import type { FC, PropsWithChildren } from 'react';
declare const ReactFlowProvider: FC<PropsWithChildren>;
declare const ReactFlowProvider: FC<PropsWithChildren<unknown>>;
export default ReactFlowProvider;
//# sourceMappingURL=index.d.ts.map
import type { FC, PropsWithChildren } from 'react';
declare const Wrapper: FC<PropsWithChildren>;
declare const Wrapper: FC<PropsWithChildren<unknown>>;
export default Wrapper;
//# sourceMappingURL=Wrapper.d.ts.map

@@ -22,3 +22,3 @@ import type { MouseEvent as ReactMouseEvent, TouchEvent as ReactTouchEvent, ComponentType, MemoExoticComponent } from 'react';

};
export type FitView = (fitViewOptions?: FitViewOptions) => void;
export type FitView = (fitViewOptions?: FitViewOptions) => boolean;
export type Project = (position: XYPosition) => XYPosition;

@@ -58,2 +58,5 @@ export type OnNodesChange = (changes: NodeChange[]) => void;

duration?: number;
nodes?: (Partial<Node> & {
id: Node['id'];
})[];
};

@@ -60,0 +63,0 @@ export type OnConnectStartParams = {

import type { FC, PropsWithChildren } from 'react';
declare const ReactFlowProvider: FC<PropsWithChildren>;
declare const ReactFlowProvider: FC<PropsWithChildren<unknown>>;
export default ReactFlowProvider;
//# sourceMappingURL=index.d.ts.map
import type { FC, PropsWithChildren } from 'react';
declare const Wrapper: FC<PropsWithChildren>;
declare const Wrapper: FC<PropsWithChildren<unknown>>;
export default Wrapper;
//# sourceMappingURL=Wrapper.d.ts.map

@@ -22,3 +22,3 @@ import type { MouseEvent as ReactMouseEvent, TouchEvent as ReactTouchEvent, ComponentType, MemoExoticComponent } from 'react';

};
export type FitView = (fitViewOptions?: FitViewOptions) => void;
export type FitView = (fitViewOptions?: FitViewOptions) => boolean;
export type Project = (position: XYPosition) => XYPosition;

@@ -58,2 +58,5 @@ export type OnNodesChange = (changes: NodeChange[]) => void;

duration?: number;
nodes?: (Partial<Node> & {
id: Node['id'];
})[];
};

@@ -60,0 +63,0 @@ export type OnConnectStartParams = {

{
"name": "@reactflow/core",
"version": "11.5.4",
"version": "11.5.5",
"description": "Core components and util functions of React Flow.",

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

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

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

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