Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-extended-maps

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-extended-maps - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

3

dist/index.cjs.js

@@ -356,2 +356,3 @@ 'use strict';

}(React.PureComponent));
//# sourceMappingURL=GoogleMap.js.map

@@ -751,3 +752,3 @@ function styleInject(css, ref) {

var data = icon.animationData;
var geoPerFrame = data.animation / distance / 3500;
var geoPerFrame = data.animation / 35 / (distance / 2000);
var maxInternalOffset = 100 + data.animationStopDelay * 100;

@@ -754,0 +755,0 @@ var interval = window.setInterval(function () {

@@ -350,2 +350,3 @@ import GoogleMapReact from 'google-map-react';

}(PureComponent));
//# sourceMappingURL=GoogleMap.js.map

@@ -745,3 +746,3 @@ function styleInject(css, ref) {

var data = icon.animationData;
var geoPerFrame = data.animation / distance / 3500;
var geoPerFrame = data.animation / 35 / (distance / 2000);
var maxInternalOffset = 100 + data.animationStopDelay * 100;

@@ -748,0 +749,0 @@ var interval = window.setInterval(function () {

{
"name": "react-extended-maps",
"version": "0.1.2",
"version": "0.1.3",
"description": "Opinionated, customizable Google Maps-layered React components.",

@@ -5,0 +5,0 @@ "author": "BloodShura",

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