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.27 to 1.0.28

dist/style.css

2

components/package.json

@@ -6,4 +6,4 @@ {

"scripts": {},
"main": "vite-index.ts",
"main": "index.ts",
"dependencies": {}
}

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

"private": false,
"version": "1.0.27",
"version": "1.0.28",
"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)",

@@ -22,3 +22,5 @@ "scripts": {

"baidu-map",
"baidu-map-gl",
"vue-baidu-map",
"vue2-baidu-map",
"vue3-baidu-map",

@@ -25,0 +27,0 @@ "vue3x-baidu-map",

# VUE3 BAIDU MAP
## fork vue-baidu-map组件通过vite构建的vue3版本(支持地图v2.0、v3.0和webGl)
## baidu-map组件通过vite构建的vue3版本(支持地图v2.0、v3.0和webGl)
## baidu-map组件vue2版本移步(支持地图v2.0、v3.0和webGl)
[vue2-baidu-map](https://yangjianfei.github.io/vue2-baidu-map/)

@@ -34,2 +36,3 @@ <p align="center">

import BaiduMap from 'vue-baidu-map-3x';
// import BaiduMap from 'vue2-baidu-map'; vue2使用

@@ -71,2 +74,17 @@ const app = createApp(App);

## 全国地区编码坐标点数据集
```js
import AreaCodePoint from 'vue-baidu-map-3x/dist/areaCodePoint.json';
// 示例:
{
"110000": {
"lat": 39.91101332265389,
"lng": 116.413554023728
}
// 其他地区。。。
}
```
## 废弃

@@ -73,0 +91,0 @@ ~~BmView~~

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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