
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
@maas/vue-primitive
Advanced tools
pnpm install @maas/vue-primitive
<template>
<Primitive as="button" type="button" @click="handleClick">
Click me
</Primitive>
</template>
<button type="button">Click me</button>
<template>
<Primitive
as-child
type="button"
class="my-button"
@click="handleClick"
>
<button>Click me</button>
</Primitive>
</template>
<button type="button" class="my-button">Click me</button>
If you see something that doesnât look right, submit a bug report. See it. Say it. Sorted.
This package is mostly a port of Radix Vueâs Primitive component. The original concept of the asChild prop was invented by the creators of Radix Primitives as far as we know.
MIT License Š 2024-PRESENT Magic as a Service GmbH
FAQs
Vue component for passing attributes to slot content
The npm package @maas/vue-primitive receives a total of 146 weekly downloads. As such, @maas/vue-primitive popularity was classified as not popular.
We found that @maas/vue-primitive demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: whatâs affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.