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

@h21-map/google-drawing-manager

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@h21-map/google-drawing-manager - npm Package Compare versions

Comparing version 7.7.0 to 7.8.0

16

index.js

@@ -93,2 +93,16 @@

DrawingManager.prototype.reset = function () {
const me = this;
me._reset();
},
DrawingManager.prototype.isAnimateMarker = function (enabled) {
const me = this;
const shape = {
coords: [26, 26, enabled && 80 || 100],
type: 'circle',
};
me._centerMarker && me._centerMarker.setOptions({ shape });
},
DrawingManager.prototype._fitBounds = function () {

@@ -202,3 +216,3 @@ let me = this;

google.maps.event.removeListener(moveUp);
me.map.setOptions({ draggableCursor: 'crosshair' });
var path = me._area.getPath();

@@ -205,0 +219,0 @@ me._area.setMap(null);

2

package.json
{
"name": "@h21-map/google-drawing-manager",
"scope": "@h21-map",
"version": "7.7.0",
"version": "7.8.0",
"description": "A library of Google Map JS API",

@@ -6,0 +6,0 @@ "main": "index.js",

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