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

@h21-map/google-drawing-manager

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 6.5.0 to 6.7.0

@@ -377,3 +377,3 @@

let positions = [];
let geometry = [];
let position = [];
let arrayArea = {};

@@ -390,7 +390,7 @@ let id = null;

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

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

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

@@ -428,3 +428,3 @@ }

positions,
geometry
position

@@ -431,0 +431,0 @@ }

{
"name": "@h21-map/google-drawing-manager",
"scope": "@h21-map",
"version": "6.5.0",
"version": "6.7.0",
"description": "A library of Google Map JS API",

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