
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@vtx/ol-map-mobile
Advanced tools
基于 openlayers 的 uni 移动端组件库
yarn add @vtx/ol-map-mobile -S
pages.json 配置 easycom 规则(按需引入)
// pages.json
{
"easycom": {
"^ol-(.*)": "@vtx/ol-map-mobile/components/ol-$1/ol-$1.vue"
},
// 此为本身已有的内容
"pages": [
// ......
]
}
配置 easycom 规则后,自动按需引入,无需 import 组件,直接引用即可。
<template>
<ol-map></ol-map>
</template>
FAQs
uni-app组件库
The npm package @vtx/ol-map-mobile receives a total of 49 weekly downloads. As such, @vtx/ol-map-mobile popularity was classified as not popular.
We found that @vtx/ol-map-mobile demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.