
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
chris-auto-utils
Advanced tools
$ npm i chris-auto-utils -D
1. webpack tree-shaking 的思想模块化脚本
2. 监听目录中的模块增、删、改操作,打包到一个出口文件中。
1. 开发的时候希望模块化,写到多个文件中,抽象管理。
2. 引用的时候不用分别引用不同文件,只引用同一个出口文件即可。
/**
* listen module change
* @param path {string} 需要监听的目录
* @param outpath {string} 输出目录
* @param outfilename {string} 输出文件名
*/
new signUpModule({
path: "common/utils",
outpath: "common",
outfilename: "utilsEntry.js"
})
MIT
FAQs
this is a plug-in for automatically extracting tool classes.
We found that chris-auto-utils 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
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.