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.5 to 1.0.6

2

index.js

@@ -1615,3 +1615,3 @@ (function (global, factory) {

var thatBounds = this.getBounds();
this._clusterMarker.addEventListener("click", function(event){
this._clusterMarker.addEventListener && this._clusterMarker.addEventListener("click", function(event){
thatMap.setViewport(thatBounds);

@@ -1618,0 +1618,0 @@ });

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

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

@@ -8,6 +8,8 @@ import babel from 'rollup-plugin-babel'

export default {
entry: path.resolve(__dirname, './src/index.js'),
dest: path.resolve(__dirname, './index.js'),
format: 'umd',
moduleName: 'BMapLib.MarkerClusterer',
input: path.resolve(__dirname, './src/index.js'),
output: {
file: path.resolve(__dirname, './index.js'),
format: 'umd'
},
name: 'BMapLib.MarkerClusterer',
plugins: [

@@ -14,0 +16,0 @@ babel({

@@ -565,3 +565,3 @@ import TextIconOverlay from 'bmaplib.texticonoverlay';

var thatBounds = this.getBounds();
this._clusterMarker.addEventListener("click", function(event){
this._clusterMarker.addEventListener && this._clusterMarker.addEventListener("click", function(event){
thatMap.setViewport(thatBounds);

@@ -568,0 +568,0 @@ });

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