
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
A powerful Python tool for generating repository structure documentation in multiple formats.
📝 Multiple Output Formats
🎯 Smart Filtering
📊 Repository Statistics
pip install repodocify
Basic usage:
repodocify
With options:
# Generate markdown output (default)
repodocify --path /path/to/repo --max-depth 3
# Generate ASCII tree with file sizes
repodocify --format ascii --stats
# Generate JSON output
repodocify --format json --output repo-structure.json
# Generate interactive HTML tree
repodocify --format html
This project uses Poetry for dependency management. To set up the development environment:
Install Poetry (if not already installed):
pip install poetry
Clone the repository:
git clone https://github.com/yourusername/repodocify.git
cd repodocify
Install dependencies:
poetry install
Run tests:
poetry run pytest
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License
FAQs
A tool for generating repository structure documentation
We found that repodocify 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
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.