
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
compressfiles
Advanced tools
使用uglify-js 压缩指定目录中所有js文件,将结果输出到指定目录。
1)设置的忽略文件或者目录,不压缩且不拷贝;可以配置 --copy-files 拷贝忽略的文件
2)非js文件直接拷贝
With npm do:
npm install compressfiles
compressfiles src --out-dir dist
Ignore spec and test files
compressfiles src --out-dir dist --ignore spec.js,test.js
Copy files that will not be compressed
compressfiles src --out-dir dist --copy-files
MIT
FAQs
A toolkit for compress files
The npm package compressfiles receives a total of 1 weekly downloads. As such, compressfiles popularity was classified as not popular.
We found that compressfiles 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.