Socket
Socket
Sign inDemoInstall

reactflow

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactflow - npm Package Compare versions

Comparing version 11.8.1 to 11.8.2

22

package.json
{
"name": "reactflow",
"version": "11.8.1",
"version": "11.8.2",
"description": "A highly customizable React library for building node-based editors and interactive flow charts",

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

"main": "dist/umd/index.js",
"module": "dist/esm/index.mjs",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",

@@ -24,3 +24,3 @@ "exports": {

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

@@ -41,8 +41,8 @@ },

"dependencies": {
"@reactflow/core": "11.8.1",
"@reactflow/node-resizer": "2.1.3",
"@reactflow/background": "11.2.6",
"@reactflow/controls": "11.1.17",
"@reactflow/node-toolbar": "1.2.5",
"@reactflow/minimap": "11.6.1"
"@reactflow/background": "11.2.7",
"@reactflow/controls": "11.1.18",
"@reactflow/core": "11.8.2",
"@reactflow/minimap": "11.6.2",
"@reactflow/node-resizer": "2.1.4",
"@reactflow/node-toolbar": "1.2.6"
},

@@ -58,5 +58,5 @@ "peerDependencies": {

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

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

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