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
2
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 1.0.0-beta-4 to 1.0.0-beta-5

2

package.json
{
"name": "react-map-gl",
"description": "A React wrapper for MapboxGL-js and overlay API.",
"version": "1.0.0-beta-4",
"version": "1.0.0-beta-5",
"main": "index.js",

@@ -6,0 +6,0 @@ "keywords": [

@@ -213,4 +213,4 @@ // Copyright (c) 2015 Uber Technologies, Inc.

this.setState({
prevWidth: newProps.width,
prevHeight: newProps.height
prevWidth: this.props.width,
prevHeight: this.props.height
});

@@ -217,0 +217,0 @@ }

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

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