Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@reactflow/background

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/background - npm Package Compare versions

Comparing version 11.2.4 to 11.2.5

dist/esm/index.mjs

23

package.json
{
"name": "@reactflow/background",
"version": "11.2.4",
"version": "11.2.5",
"description": "Background component with different variants for React Flow",

@@ -18,4 +18,11 @@ "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"
}
},
"sideEffects": [

@@ -34,14 +41,14 @@ "*.css"

"dependencies": {
"@reactflow/core": "11.7.4",
"classcat": "^5.0.3",
"zustand": "^4.3.1"
"zustand": "^4.4.1",
"@reactflow/core": "11.8.0"
},
"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/tsconfig": "0.0.0",
"@reactflow/eslint-config": "0.0.0",
"@reactflow/rollup-config": "0.0.0"
},

@@ -48,0 +55,0 @@ "peerDependencies": {

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