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

bmaplib.markerclusterer

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bmaplib.markerclusterer - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

3

index.js

@@ -863,2 +863,5 @@ (function (global, factory) {

TextIconOverlay.prototype._updateCss = function(){
if (!this._domElement) {
return
}
var style = this.getStyleByText(this._text, this._styles);

@@ -865,0 +868,0 @@ this._domElement.style.cssText = this._buildCssText(style);

4

package.json
{
"name": "bmaplib.markerclusterer",
"version": "1.0.4",
"version": "1.0.5",
"description": "A library of Baidu Map JS API",

@@ -39,4 +39,4 @@ "main": "index.js",

"dependencies": {
"bmaplib.texticonoverlay": "^1.0.0"
"bmaplib.texticonoverlay": "^1.0.1"
}
}
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