
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
Vue 3 组件库,基于 Vue 3 + TypeScript 构建的现代化组件库。
npm install @hmflib/ui
yarn add @hmflib/ui
pnpm add @hmflib/ui
// main.ts
import { createApp } from 'vue';
import App from './App.vue';
import VUI from '@hmflib/ui';
import '@hmflib/ui/style.css';
const app = createApp(App);
app.use(VUI);
app.mount('#app');
// main.ts
import { createApp } from 'vue';
import App from './App.vue';
import { Button } from '@hmflib/ui';
import '@hmflib/ui/style.css';
const app = createApp(App);
app.use(Button);
app.mount('#app');
<template>
<VButton @click="open = true">弹窗</VButton>
<VButton type="primary">按钮</VButton>
<VButton type="success">按钮</VButton>
<VButton type="warning">按钮</VButton>
<VButton type="danger">按钮</VButton>
<VButton type="info">按钮</VButton>
<VDialog v-model:open="open">
<div> 弹窗测试2222 </div>
</VDialog>
</template>
<script setup lang="ts">
import { VButton, VDialog } from '@hmflib/ui';
import { ref } from 'vue';
const open = ref(false);
</script>
FAQs
@hmflib ui library
We found that @hmflib/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.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.