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.0.2 to 1.1.0-next.0

2

dist/esm/index.js

@@ -29,3 +29,3 @@ import { jsx } from 'react/jsx-runtime';

nodeOrigin: state.nodeOrigin,
selectedNodesCount: Array.from(state.nodeInternals.values()).filter((node) => node.selected).length,
selectedNodesCount: state.getNodes().filter((node) => node.selected).length,
});

@@ -32,0 +32,0 @@ function getTransform(nodeRect, transform, position, offset) {

{
"name": "@reactflow/node-toolbar",
"version": "1.0.2",
"version": "1.1.0-next.0",
"description": "A toolbar component for React Flow that can be attached to a node.",

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

"@babel/runtime": "^7.18.9",
"@reactflow/core": "11.3.2",
"@reactflow/core": "11.4.0-next.0",
"classcat": "^5.0.3",

@@ -37,0 +37,0 @@ "zustand": "^4.1.1"

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