
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@js-core/whistle
Advanced tools
项目 fork 自 whistle, 扩展了一个功能, 将请求响应数据暴露给外部, 方便扩展更多功能(比如自动下载文件).
具体步骤如下:
mkdir whistle-test # 创建一个目录
cd whistle-test # 进入到目录
npm init -y # 初始化一个项目
npm install @js-core/whistle # 执行安装
touch subscriber.js # 项目根目录创建名为 subscriber.js 的文件, 如果文件存在于其他地方, 可以
npx w2 start --baseDir ./storage --port 3210 --certDir ./cert # 启动代理
subscriber.js文件内容如下
module.exports = function({config, req, res, data}) {
// your code
}
FAQs
HTTP, HTTP2, HTTPS, Websocket debugging proxy
We found that @js-core/whistle 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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

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