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.0.0-next.3 to 11.0.0-next.4

dist/esm/Background.d.ts

27

package.json
{
"name": "@reactflow/background",
"version": "11.0.0-next.3",
"version": "11.0.0-next.4",
"description": "Background component with different variants for React Flow",

@@ -16,5 +16,6 @@ "keywords": [

],
"main": "dist/reactflow-background.cjs.js",
"module": "dist/reactflow-background.esm.js",
"types": "dist/reactflow-background.cjs.d.ts",
"source": "src/index.tsx",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"sideEffects": false,

@@ -32,7 +33,11 @@ "publishConfig": {

"@babel/runtime": "^7.18.9",
"@reactflow/core": "11.0.0-next.3",
"@reactflow/core": "11.0.0-next.4",
"classcat": "^5.0.3"
},
"devDependencies": {
"tsconfig": "*"
"@reactflow/eslint-config": "^0.0.0",
"@reactflow/rollup-config": "0.0.0",
"@reactflow/tsconfig": "0.0.0",
"@types/node": "^18.7.16",
"@types/react": "^18.0.19"
},

@@ -42,3 +47,13 @@ "peerDependencies": {

"react-dom": ">=18"
},
"rollup": {
"name": "ReactFlowBackground"
},
"scripts": {
"dev": "rollup --config node:@reactflow/rollup-config --watch",
"build": "rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"typecheck": "tsc --noEmit",
"clean": "rimraf dist .turbo"
}
}
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