
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
dm-design-theme
Advanced tools
major:代表主版本号,通常在需要提交不能向下兼容的情况下对该版本号进行升级
minor:代表次版本号,通常在新增功能时才对该版本号进行升级
patch:代表修复版本号,升级该版本号通常代表修复一些 bug,但没有新增功能或者存在不向下兼容的功能
prerelease:带有该版本号的包通常表示在测试阶段,尚未稳定,通常不建议用户安装。
prerelease
alpha、beta、rc
例如: 1.1.0-alpha.1 1.1.0-beta.1 1.1.0-rc.1
// 自动更新版本号
// 自动更新本地开发版本号
npm version prerelease --preid=alpha
// 自动更新开放测试版本号
npm version prerelease --preid=beta
// 自动更新问题修复版本号
npm version patch
// 自动更新小部分更新添加版本号
npm version minor
// 自动更新大版本号
npm version major
本地开发测试
// pnpm 将当前修改发布到全局环境
pnpm link --global
// pnpm 将全局环境的包替换项目内安装的版本包
pnpm link --global dm-design-theme
FAQs
We found that dm-design-theme 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.