
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
sz-theme-manager
Advanced tools
npm i @zxsz/theme-manager
或者
pnpm add @zxsz/theme-manager
请确保项目正确安装了tailwindcss相关依赖
创建tailwindcss配置文件
npx tailwindcss init -p
在配置文件中引入样式集预设
// tailwind.config.js
const SZ_THEME = require('@zxsz/theme-manager');
module.exports = {
presets: [SZ_THEME],
//...其他配置
}
创建实例
import ThemeManager from '@zxsz/theme-manager/lib';
// 挂载到style标签中
themeManager.mount();
FAQs
通用样式管理工具,基于tailwindcss
The npm package sz-theme-manager receives a total of 5 weekly downloads. As such, sz-theme-manager popularity was classified as not popular.
We found that sz-theme-manager 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
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain