
Research
Security News
Malicious npm Package Wipes Codebases with Remote Trigger
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
github.com/mengdu/m-button
A beautiful button component for vue.
npm install vue-m-button
import MButton from 'vue-m-button'
// for v1.0.0
// import 'vue-m-button/dist/css/default.css'
Vue.use(MButton)
It will register m-button-group
,m-button
component.
<m-button>defaut</m-button>
button grounp:
<m-button-group>
<m-button type="info">Home</m-button>
<m-button type="info">Hot</m-button>
<m-button type="info">Special</m-button>
</m-button-group>
Attribute | Description | Type | Accepted Values | Default |
---|---|---|---|---|
size | size | string | max , large , samll , mini | — |
type | type | string | info ,primary ,warning ,danger ,success | — |
plain | plain btton | boolean | — | false |
round | round button | boolean | — | false |
disabled | disabled | boolean | — | false |
active | active state | boolean | — | false |
effect | effect state | boolean | — | true |
router | vue-router route object | path | — | — |
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.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.
Security News
New CNA status enables OpenJS Foundation to assign CVEs for security vulnerabilities in projects like ESLint, Fastify, Electron, and others, while leaving disclosure responsibility with individual maintainers.