Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
CLI dùng để start, build, deploy Zalo Mini App
Project bao gồm các nhánh:
Suggest sử dụng git flow để quản lí các nhánh:
git flow init
Phát triển một tính năng mới:
git flow feature start feature_1
git flow feature finish feature_1
, tính năng sẽ được merge vào nhánh developTạo một release candidate (suffix "-rc"):
git flow release start <major>.<minor>.<patch>-rc
git flow release finish <major>.<minor>.<patch>-rc
, tính năng sẽ được merge vào nhánh master để chờ release và nhánh developĐể fix bug trên bản release:
git flow hotfix start bug-a
git flow hotfix finish bug-a
, tính năng sẽ được merge vào nhánh master để chờ release và nhánh developĐể fix bug trên bản release-candidate:
git branch
git flow hotfix finish bug-a
, tính năng sẽ được merge vào nhánh master để chờ release và nhánh developĐể release nhánh master:
npm run release
FAQs
ZMP command line utility (CLI)
The npm package zmp-cli receives a total of 286 weekly downloads. As such, zmp-cli popularity was classified as not popular.
We found that zmp-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.