
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Material design mobile component library for Vue2
Documentation(Vercel) | Documentation(Gitee) | 中文README
Varlet-vue2 is a Material design mobile component library developed based on Vue2
, developed and maintained by partners in the community.
varlet.js
component functions have been completed, and unit testing is in progress, recommended for internal testing
<div id="app"></div>
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.14"></script>
<script src="https://cdn.jsdelivr.net/npm/@varlet-vue2/ui/umd/varlet.js"></script>
<script>
Vue.use(Varlet)
new Vue({
template: '<var-button>Button</var-button>'
}).$mount('#app')
</script>
# Install with npm or yarn or pnpm
# npm
npm i @varlet-vue2/ui -S
# yarn
yarn add @varlet-vue2/ui
# pnpm
pnpm add @varlet-vue2/ui
import App from './App.vue'
import Varlet from '@varlet-vue2/ui'
import Vue from 'vue'
import '@varlet-vue2/ui/es/style.js'
Vue.use(Varlet)
new Vue({
render: (h) => h(App)
}).$mount('#app')
FAQs
A material like components library for vue2
The npm package aaaaaa-ui receives a total of 0 weekly downloads. As such, aaaaaa-ui popularity was classified as not popular.
We found that aaaaaa-ui demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.