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 1.0.8 to 1.0.9

@@ -5,5 +5,3 @@

let DRAWING_MODE_AREA = "area";
let DRAWING_MODE_RESET = "reset";
function DrawingManager(map, opts) {

@@ -46,6 +44,3 @@

DrawingManager.prototype.onRemove = function () { };
DrawingManager.prototype.draw = function () { };
DrawingManager.prototype.setDrawingMode = function (drawingType, opts) {

@@ -76,2 +71,3 @@

switch (drawingType) {
case DRAWING_MODE_MARKER:

@@ -449,3 +445,2 @@ me._bindMarker();

}

@@ -452,0 +447,0 @@

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

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