
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
一款基于Vant 4.x 的增强库,旨在加速开发,早点下班
文档地址:vant4-kit
# npm
npm install vant4-kit --save
# yarn
yarn add vant4-kit
# pnpm
pnpm add vant4-kit
import { createApp } from 'vue';
import Vant from 'vant';
// 1. Import the Vant
import Vant4Kit from 'vant4-kit';
// 2. Import the vant4-kit
import 'vant4-kit/dist/index.css';
const app = createApp();
// 3. Register the components
app.use(Vant);
app.use(Vant4Kit);
<template>
<x-form ref="formRef" :model="FormValue" :items="formOptions" />
</template>
FAQs
一款基于 Vant4.x 的增强组件库
The npm package vant4-kit receives a total of 149 weekly downloads. As such, vant4-kit popularity was classified as not popular.
We found that vant4-kit 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
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.