Socket
Socket
Sign inDemoInstall

@reactflow/node-toolbar

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactflow/node-toolbar - npm Package Compare versions

Comparing version 1.2.7 to 1.3.0

6

dist/esm/index.js

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

import { jsx } from 'react/jsx-runtime';
import { useCallback } from 'react';
import React, { useCallback } from 'react';
import { useStore, useNodeId, getRectOfNodes, internalsSymbol, Position } from '@reactflow/core';

@@ -95,5 +94,6 @@ import cc from 'classcat';

};
return (jsx(NodeToolbarPortal, { children: jsx("div", { style: wrapperStyle, className: cc(['react-flow__node-toolbar', className]), ...rest, children: children }) }));
return (React.createElement(NodeToolbarPortal, null,
React.createElement("div", { style: wrapperStyle, className: cc(['react-flow__node-toolbar', className]), ...rest }, children)));
}
export { NodeToolbar };
{
"name": "@reactflow/node-toolbar",
"version": "1.2.7",
"version": "1.3.0",
"description": "A toolbar component for React Flow that can be attached to a node.",

@@ -23,3 +23,3 @@ "keywords": [

"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.js",
"import": "./dist/esm/index.mjs",
"require": "./dist/umd/index.js"

@@ -40,3 +40,3 @@ }

"zustand": "^4.4.1",
"@reactflow/core": "11.8.3"
"@reactflow/core": "11.9.0"
},

@@ -53,4 +53,4 @@ "peerDependencies": {

"typescript": "^4.9.4",
"@reactflow/rollup-config": "0.0.0",
"@reactflow/eslint-config": "0.0.0",
"@reactflow/rollup-config": "0.0.0",
"@reactflow/tsconfig": "0.0.0"

@@ -57,0 +57,0 @@ },

Sorry, the diff of this file is not supported yet

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

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