You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

react-path-marker

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-path-marker - npm Package Compare versions

Comparing version

to
1.0.8

@@ -21,2 +21,5 @@ # CHANGELOG

## 1.0.7
* Allow passing optional reference if you want to use the reference outside for listeners (adding a tooltip to it)
* Allow passing optional reference if you want to use the reference outside for listeners (adding a tooltip to it)
## 1.0.8
* Pointer Events set to none so that the tooltip would work when highlighting marker on worldmap

@@ -75,3 +75,5 @@ import React, { useState, useEffect } from 'react';

}, [pathRef, svgRef, markerRef, markerRect]);
return React.createElement("g", null, React.createElement("circle", {
return React.createElement("g", {
pointerEvents: "none"
}, React.createElement("circle", {
r: radius,

@@ -78,0 +80,0 @@ fill: color,

{
"name": "react-path-marker",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",

@@ -5,0 +5,0 @@ "displayName": "React Path Marker",

Sorry, the diff of this file is not supported yet