
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
gate-evm-hardhat-foundry
Advanced tools
# 1. 登录 npm(首次)
npm login
# 2. 检查配置
npm whoami # 确认登录的账户
npm config list
# 3. 构建项目
npm run build
# 更新版本号(自动更新 package.json)
npm version patch # 1.0.0 -> 1.0.1 (bug 修复)
npm version minor # 1.0.0 -> 1.1.0 (新功能)
npm version major # 1.0.0 -> 2.0.0 (破坏性更改)
# 或手动编辑 package.json 中的 version
# 发布到 npm
npm publish
npm install
npm link 或者 npm i -g ./
# 使用 npx (推荐)
npx gate-evm-hardhat-foundry test-hardhat-foundry-app
# 使用 npm
npm gate-evm-hardhat-foundry test-hardhat-foundry-app
# 使用 yarn
yarn gate-evm-hardhat-foundry test-hardhat-foundry-app
node evm-hardhat-cli/bin/cli.js test-hardhat-foundry-app --package-manager npm
FAQs
快速创建 Hardhat集成foundry 项目的 CLI 脚手架工具
The npm package gate-evm-hardhat-foundry receives a total of 3 weekly downloads. As such, gate-evm-hardhat-foundry popularity was classified as not popular.
We found that gate-evm-hardhat-foundry 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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.