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

to
7.0.10

4

CHANGELOG.md

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

## 7.0.10 (Mar 13, 2022)
- Fix useMap type (#1799)
## 7.0.9 (Mar 3, 2022)

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

2

dist/es5/components/use-map.d.ts

@@ -14,4 +14,4 @@ import * as React from 'react';

current?: MapRef;
[id: string]: MapRef;
[id: string]: MapRef | undefined;
};
export {};

@@ -14,4 +14,4 @@ import * as React from 'react';

current?: MapRef;
[id: string]: MapRef;
[id: string]: MapRef | undefined;
};
export {};
{
"name": "react-map-gl",
"description": "React components for Mapbox GL JS-compatible libraries",
"version": "7.0.9",
"version": "7.0.10",
"keywords": [

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

Sorry, the diff of this file is not supported yet