New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-baidu-map-3x

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-baidu-map-3x - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

4

components/utils/index.ts

@@ -151,4 +151,4 @@ /**

export function getPointsTransfer(config: IPointTransferConfig, aks: string[] = []) {
if (!config.location || !config.location.length) {
console.error('请传入location');
if (!config.locations || !config.locations.length) {
console.error('请传入locations');
}

@@ -155,0 +155,0 @@ const appConfig = getConfig() as IAppConfig;

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

"private": false,
"version": "1.0.24",
"version": "1.0.25",
"description": "vue-baidu-map的vue3版本(支持v2.0、v3.0和webGl api)。Baidu Map Component for Vue 3.0 (support v2.0 、 v3.0 and webGl api)",

@@ -8,0 +8,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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