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.
vue3-carousel
Advanced tools
Modern lightweight Vue 3 carousel component
https://vue3-carousel.ismail9k.com/
If you're using Nuxt and prefer to use it via module, please refer to vue3-carousel-nuxt
First step is to install it using yarn
or npm
:
npm install vue3-carousel
# or use yarn
yarn add vue3-carousel
<script setup>
// If you are using PurgeCSS, make sure to whitelist the carousel CSS classes
import 'vue3-carousel/dist/carousel.css'
import { Carousel, Slide, Pagination, Navigation } from 'vue3-carousel'
const config = {
itemsToShow: 1.5
}
</script>
<template>
<Carousel v-bind="config">
<Slide v-for="slide in 10" :key="slide">
{{ slide }}
</Slide>
<template #addons>
<Navigation />
<Pagination />
</template>
</Carousel>
</template>
0.8.1 - 2024-11-26
FAQs
Modern lightweight Vue 3 carousel component
The npm package vue3-carousel receives a total of 59,996 weekly downloads. As such, vue3-carousel popularity was classified as popular.
We found that vue3-carousel demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.