New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-map-gl

Package Overview
Dependencies
Maintainers
12
Versions
293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-map-gl - npm Package Compare versions

Comparing version 7.0.8 to 7.0.9

4

CHANGELOG.md

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

## 7.0.9 (Mar 3, 2022)
- Make onClick prop of MarkerProps optional (#1789)
## 7.0.8 (Mar 1, 2022)

@@ -7,0 +11,0 @@

2

dist/es5/components/marker.d.ts

@@ -54,3 +54,3 @@ /// <reference types="mapbox-gl" />

style?: React.CSSProperties;
onClick: (e: MapboxEvent<MouseEvent>) => void;
onClick?: (e: MapboxEvent<MouseEvent>) => void;
onDragStart?: (e: MarkerDragEvent) => void;

@@ -57,0 +57,0 @@ onDrag?: (e: MarkerDragEvent) => void;

@@ -54,3 +54,3 @@ /// <reference types="mapbox-gl" />

style?: React.CSSProperties;
onClick: (e: MapboxEvent<MouseEvent>) => void;
onClick?: (e: MapboxEvent<MouseEvent>) => void;
onDragStart?: (e: MarkerDragEvent) => void;

@@ -57,0 +57,0 @@ onDrag?: (e: MarkerDragEvent) => void;

{
"name": "react-map-gl",
"description": "React components for Mapbox GL JS-compatible libraries",
"version": "7.0.8",
"version": "7.0.9",
"keywords": [

@@ -6,0 +6,0 @@ "mapbox",

@@ -70,3 +70,3 @@ /* global document */

style?: React.CSSProperties;
onClick: (e: MapboxEvent<MouseEvent>) => void;
onClick?: (e: MapboxEvent<MouseEvent>) => void;
onDragStart?: (e: MarkerDragEvent) => void;

@@ -73,0 +73,0 @@ onDrag?: (e: MarkerDragEvent) => void;

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