Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Vant module for Nuxt
npx nuxi@latest module add vant
# or
npm i vant @vant/nuxt -D
export default defineNuxtConfig({
modules: ['@vant/nuxt'],
vant: {
/** Options */
},
});
<template>
<van-button type="primary" @click="showToast('toast')">button</van-button>
<VanButton type="success" @click="showNotify('notify')">button</VanButton>
<LazyVanButton type="default">lazy button</LazyVanButton>
</template>
Reference Nuxt documentation and playground use.
boolean
| object
false
How to load directives and components from lazyload.
eg. { lazyComponent: true }
boolean
true
Whether to automatically import styles.
string
Replace default locale, you can find locale list here.
array
['Lazyload', 'Locale']
Exclude exports from Vant that are not component content.
array
If there are components that are not imported automatically from Vant, you need to add the component here.
array
If you wish to add automatically import content from Vant, you can add it here.
array
[ /\.vue$/, /\.vue\?vue/, /\.vue\?v=/, /\.((c|m)?j|t)sx?$/]
Include files that need to automatically import styles.
array
[/[\\/]node_modules[\\/]/, /[\\/]\.git[\\/]/, /[\\/]\.nuxt[\\/]/]
Exclude files that do not require the automatic import of styles.
pnpm i
to install the dependencies.pnpm dev:prepare
to generate type stubs.pnpm dev
to start playground in development mode.pnpm dev:build
to build playground.pnpm dev:start
to locally preview playground.pnpm build
to build this project.FAQs
Vant module for Nuxt
The npm package @vant/nuxt receives a total of 1,120 weekly downloads. As such, @vant/nuxt popularity was classified as popular.
We found that @vant/nuxt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.