
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.
@readapt/shared-components
Advanced tools
This package contains Vue.js components shared between readapt apps.
This package contains Vue.js components shared between readapt apps.
Install peer-dependencies
vue
bootstrap
bootstrap-vue
@readapt/settings
core-js
@readapt/shared-component
npm install @readapt/shared-components
Register shared components in your Vue.js app typically your main.ts
import ReadaptComponents from '@readapt/shared-components'
Vue.use(ReadaptComponents)
Add the ReadaptComponent in your template for example:
<template>
<readapt-color-picker :value="bar" @selectColor="fooFn" />
</template>
Or add it individually in your components (for smaller bundles)
import { defineComponent } from 'vue'
import { ColorPicker } from '@readapt/shared-components'
const MyComponent = defineComponent({
components: { ColorPicker },
setup() {
// ...
}
})
FAQs
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.