Socket
Socket
Sign inDemoInstall

baidu-map-loader

Package Overview
Dependencies
0
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.5 to 1.1.6

7

lib/Baidu.js

@@ -47,8 +47,5 @@ /*

loading = true;
BMapLoader.createLoader();
window[BMapLoader.WINDOW_CALLBACK_NAME] = function() {
ready(fn)
};
BMapLoader.createLoader();
ready(fn);
}

@@ -55,0 +52,0 @@ } else if (fn) {

{
"name": "baidu-map-loader",
"version": "1.1.5",
"version": "1.1.6",
"description": "Wrapper for asynchronously used Baidu Maps API in browser.",

@@ -5,0 +5,0 @@ "author": {

@@ -51,8 +51,5 @@ 'use strict';

loading = true;
BMapLoader.createLoader();
window[BMapLoader.WINDOW_CALLBACK_NAME] = function () {
ready(fn);
};
BMapLoader.createLoader();
ready(fn);
}

@@ -59,0 +56,0 @@ } else if (fn) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc