Socket
Socket
Sign inDemoInstall

@reactflow/minimap

Package Overview
Dependencies
56
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.3.0-next.0 to 11.3.0-next.1

2

dist/esm/index.js

@@ -119,3 +119,3 @@ import { jsx, jsxs } from 'react/jsx-runtime';

}), jsx("path", { className: "react-flow__minimap-mask", d: `M${x - offset},${y - offset}h${width + offset * 2}v${height + offset * 2}h${-width - offset * 2}z
M${viewBB.x},${viewBB.y}h${viewBB.width}v${viewBB.height}h${-viewBB.width}z`, fill: maskColor, fillRule: "evenodd", stroke: maskStrokeColor, strokeWidth: maskStrokeWidth })] }) }));
M${viewBB.x},${viewBB.y}h${viewBB.width}v${viewBB.height}h${-viewBB.width}z`, fill: maskColor, fillRule: "evenodd", stroke: maskStrokeColor, strokeWidth: maskStrokeWidth, pointerEvents: "none" })] }) }));
}

@@ -122,0 +122,0 @@ MiniMap.displayName = 'MiniMap';

{
"name": "@reactflow/minimap",
"version": "11.3.0-next.0",
"version": "11.3.0-next.1",
"description": "Minimap component for React Flow.",

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

"@babel/runtime": "^7.18.9",
"@reactflow/core": "11.4.0-next.0",
"@reactflow/core": "11.4.0-next.1",
"@types/d3-selection": "^3.0.3",

@@ -37,0 +37,0 @@ "@types/d3-zoom": "^3.0.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc