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.7.4 to 11.8.0

dist/esm/index.mjs

33

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

@@ -18,4 +18,13 @@ "keywords": [

"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"module": "dist/esm/index.mjs",
"types": "dist/esm/index.d.ts",
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/umd/index.js"
},
"./dist/base.css": "./dist/base.css",
"./dist/style.css": "./dist/style.css"
},
"sideEffects": [

@@ -31,8 +40,8 @@ "*.css"

"dependencies": {
"@reactflow/background": "11.2.4",
"@reactflow/controls": "11.1.15",
"@reactflow/core": "11.7.4",
"@reactflow/minimap": "11.5.4",
"@reactflow/node-resizer": "2.1.1",
"@reactflow/node-toolbar": "1.2.3"
"@reactflow/background": "11.2.5",
"@reactflow/controls": "11.1.16",
"@reactflow/core": "11.8.0",
"@reactflow/minimap": "11.6.0",
"@reactflow/node-resizer": "2.1.2",
"@reactflow/node-toolbar": "1.2.4"
},

@@ -44,9 +53,9 @@ "peerDependencies": {

"devDependencies": {
"@reactflow/eslint-config": "0.0.0",
"@reactflow/rollup-config": "0.0.0",
"@reactflow/tsconfig": "0.0.0",
"@types/node": "^18.7.16",
"@types/react": ">=17",
"react": "^18.2.0",
"typescript": "^4.9.4"
"typescript": "^4.9.4",
"@reactflow/rollup-config": "0.0.0",
"@reactflow/eslint-config": "0.0.0",
"@reactflow/tsconfig": "0.0.0"
},

@@ -53,0 +62,0 @@ "rollup": {

@@ -18,2 +18,8 @@ ![readme-header](https://user-images.githubusercontent.com/3797215/156259138-fb9f59f8-52f2-474a-b78c-6570867e4ead.svg#gh-light-mode-only)

## 🚨 Upcoming Changes
The main branch (v11) is now in a feature freeze. The next version is being developed in the [xyflow branch](https://github.com/wbkd/react-flow/tree/xyflow).
Find out more about the those changes [here](https://wbkd.notion.site/Upcoming-Changes-at-React-Flow-1a443641891a4069927c0a115e915251).
## Key Features

@@ -36,8 +42,3 @@

## What's New
The main branch / v11 is now in a feature freeze. The next version is being developed in the /xyflow branch.
You can find an unstable pre-alpha version of Svelte Flow in the /xyflow branch.
Find out more about these changes [here](https://wbkd.notion.site/Upcoming-Changes-at-React-Flow-1a443641891a4069927c0a115e915251).
## Installation

@@ -44,0 +45,0 @@

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