
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
cube-component-library
Advanced tools
一个基于 Vue 3 和 uni-app 的组件库,提供了多种实用组件。
npm install cube-component-library
import { createApp } from 'vue';
import CubeComponentLibrary from 'cube-component-library';
import App from './App.vue';
const app = createApp(App);
app.use(CubeComponentLibrary);
app.mount('#app');
import { PageNav } from 'cube-component-library';
export default {
components: {
PageNav
}
}
页面导航组件,用于在页面间导航。
<template>
<PageNav title="页面标题" />
</template>
标题组件,用于显示带样式的标题。
<template>
<ZvTitle title="标题文本" />
</template>
# 安装依赖
npm install
# 开发模式
npm run dev
# 构建组件库
npm run build:lib
# 登录 npm
npm login
# 发布
npm publish
FAQs
A component library for Cube projects
The npm package cube-component-library receives a total of 1 weekly downloads. As such, cube-component-library popularity was classified as not popular.
We found that cube-component-library demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.