
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.
deca-delete
Advanced tools
A simple tool to recursively delete files with a specific suffix in a directory.
A Node.js CLI tool for recursively deleting files with a specific file suffix across directories. 🗂️🔍
Install globally using npm:
npm install -g deca-delete
Or as a development dependency in your project:
npm install --save-dev deca-delete
deca-delete <rootDirectory> <fileSuffix>
Delete all JavaScript test files: 🧪
deca-delete ./src .test.js
Delete all text files: 📄
deca-delete /path/to/project .txt
const { deleteFilesBySuffix } = require('deca-delete');
deleteFilesBySuffix('/path/to/directory', '.js');
rootDir: The root directory to start searchingsuffix: The file suffix to match (must start with a '.')⚠️ Caution: This tool permanently deletes files. Always double-check your directory and suffix before running. 🚨
MIT
Contributions are welcome! Please open an issue or submit a pull request on the GitHub repository. 🌟
FAQs
A simple tool to recursively delete files with a specific suffix in a directory.
We found that deca-delete demonstrated a not healthy version release cadence and project activity because the last version was released 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.

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.