Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
baidu-map-track-render-vue
Advanced tools
# Installation 安装 ```sh npm install baidu-map-track-render-vue --save ```
npm install baidu-map-track-render-vue --save
recommended: import vue component directly 建议直接引入vue组件
import BaiduMapTrackRender from 'baidu-map-track-render-vue/src/BaiduMapTrackRender.vue'
Or import common or esm
import BaiduMapTrackRender from 'baidu-map-track-render-vue'
import 'baidu-map-track-render-vue/dist/BaiduMapTrackRender.css'
<BaiduMapTrackRender ak="your key" :points="points"></BaiduMapTrackRender>
The ponit type is WGS84. Example points: 坐标是WGS84类型的. 示例点:
points: [
{ lng: 116.399, lat: 39.910 }
{ lng: 116.405, lat: 39.920 },
{ lng: 116.423493, lat: 39.907445 }
]
此组件仅连接给定的点
此组件将转换坐标为BD09,所以仅能接受中国地区坐标
一定要注意高度, 高度为0时组件将不可见
This component will only render given points to track 2. This component will convert the coordinates to BD09, so can only accept the coordinates of the Chinese region 3. Pay attention on height, when height is 0, the component will not be visible
FAQs
# Installation 安装 ```sh npm install baidu-map-track-render-vue --save ```
The npm package baidu-map-track-render-vue receives a total of 1 weekly downloads. As such, baidu-map-track-render-vue popularity was classified as not popular.
We found that baidu-map-track-render-vue demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.