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.19 to 7.0.20

CHANGELOG.md

2

dist/es5/components/source.js

@@ -114,3 +114,3 @@ "use strict";

if (map) {
var forceUpdate_1 = function () { return setStyleLoaded(function (version) { return version + 1; }); };
var forceUpdate_1 = function () { return setTimeout(function () { return setStyleLoaded(function (version) { return version + 1; }); }, 0); };
map.on('styledata', forceUpdate_1);

@@ -117,0 +117,0 @@ forceUpdate_1();

@@ -74,3 +74,3 @@ import * as React from 'react';

if (map) {
const forceUpdate = () => setStyleLoaded(version => version + 1);
const forceUpdate = () => setTimeout(() => setStyleLoaded(version => version + 1), 0);
map.on('styledata', forceUpdate);

@@ -77,0 +77,0 @@ forceUpdate();

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

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

@@ -97,3 +97,3 @@ import * as React from 'react';

if (map) {
const forceUpdate = () => setStyleLoaded(version => version + 1);
const forceUpdate = () => setTimeout(() => setStyleLoaded(version => version + 1), 0);
map.on('styledata', forceUpdate);

@@ -100,0 +100,0 @@ forceUpdate();

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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