Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
vue-maplibre-gl
Advanced tools
A vue plugin for maplibre-gl-js. Only additional dependency is mitt. Customizable Style switch is included. Support for custom controls.
Size: 31 KB
yarn add vue-maplibre-gl maplibre-gl
Global Install:
import VueMaplibreGl from 'vue-maplibre-gl'
app.use(VueMaplibreGl)
Add SCSS:
@import "~vue-maplibre-gl/src/css/maplibre";
Use specific components:
import { MglMap } from 'vue-maplibre-gl'
app.component('MglMap', MglMap)
or in a parent components .vue
file
<script>
import { MglMap } from 'vue-maplibre-gl'
export default {
components: {
MglMap
},
// ...
}
</script>
See /dev/serve.vue for a real world example.
git clone https://github.com/razorness/vue-maplibre-gl.git
cd vue-maplibre-gl
yarn
yarn serve
If you have ideas, improvements, suggestions etc. don't hesitate to open a pull request.
v-model:...
for some basic propsFAQs
Vue 3 plugin for maplibre-gl
The npm package vue-maplibre-gl receives a total of 829 weekly downloads. As such, vue-maplibre-gl popularity was classified as not popular.
We found that vue-maplibre-gl demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.