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.3.0 to 7.4.0

10

index.js

@@ -221,3 +221,3 @@

google.maps.event.trigger(me, 'draw:area_create', me._convertCoordinates(me.vertexCount));
me.map.setOptions({ draggableCursor: me.map.get('draggableCursor')});
me.map.setOptions({ draggableCursor: me.map.get('draggableCursor') });
if (me.areaOptions.fitBounds) {

@@ -390,7 +390,7 @@ me._fitBoundsArea();

latLng.push(position);
position=positions;
position = positions;
id = 0;
}
positions.push(latLng);
position=positions[0];
position = positions[0];

@@ -419,3 +419,3 @@ arrayArea = {

if (id === cur) {
position = positions[cur-1];
position = positions[cur - 1];
}

@@ -472,3 +472,3 @@ }

google.maps.event.trigger(me, 'draw:marker_create', me._getPosition());
if (!enabledCircle) { google.maps.event.trigger(me, 'draw:marker_create', me._getPosition()); }

@@ -475,0 +475,0 @@ google.maps.event.addListener(me._centerMarker, 'click', () => {

{
"name": "@h21-map/google-drawing-manager",
"scope": "@h21-map",
"version": "7.3.0",
"version": "7.4.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