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

markerwithlabel

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markerwithlabel - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

10

index.js

@@ -349,3 +349,11 @@ /**

} else {
this.labelDiv_.innerHTML = ""; // Remove current content
// Remove current content
while (this.labelDiv_.lastChild) {
this.labelDiv_.removeChild(this.labelDiv_.lastChild);
}
while (this.eventDiv_.lastChild) {
this.eventDiv_.removeChild(this.eventDiv_.lastChild);
}
this.labelDiv_.appendChild(content);

@@ -352,0 +360,0 @@ content = content.cloneNode(true);

2

package.json
{
"name": "markerwithlabel",
"version": "1.1.11",
"version": "1.1.12",
"description": "npm module of Google Map utility's Marker With Label",

@@ -5,0 +5,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