react-extended-maps
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82527
1872