Socket
Socket
Sign inDemoInstall

@reactflow/minimap

Package Overview
Dependencies
56
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.0.0-next.3 to 11.0.0-next.4

dist/esm/index.d.ts

43

package.json
{
"name": "@reactflow/minimap",
"version": "11.0.0-next.3",
"version": "11.0.0-next.4",
"description": "Minimap component for React Flow.",

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

],
"main": "dist/reactflow-minimap.cjs.js",
"module": "dist/reactflow-minimap.esm.js",
"types": "dist/reactflow-minimap.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,

@@ -30,8 +31,5 @@ "publishConfig": {

},
"scripts": {
"build": "postcss src/*.css --config ../../postcss.config.json --dir dist"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@reactflow/core": "11.0.0-next.3",
"@reactflow/core": "11.0.0-next.4",
"classcat": "^5.0.3",

@@ -45,10 +43,25 @@ "zustand": "^4.0.0"

"devDependencies": {
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-import": "^14.1.0",
"postcss-nested": "^5.0.6",
"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",
"react": "^18.2.0"
},
"rollup": {
"globals": {
"zustand": "Zustand",
"zustand/shallow": "zustandShallow",
"classcat": "cc"
},
"name": "ReactFlowMinimap"
},
"scripts": {
"dev": "concurrently \"rollup --config node:@reactflow/rollup-config --watch\" pnpm:css-watch",
"build": "rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production && npm run css",
"css": "postcss src/*.css --config ../../postcss-config/index.js --dir dist",
"css-watch": "pnpm css --watch",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"typecheck": "tsc --noEmit"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc