
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
summarize-folder
Advanced tools
summarize-folder is a powerful Node.js CLI tool designed to analyze and manipulate folder structures and file contents. It offers three main functionalities: summarizing folder structures, reading file hierarchies, and writing file hierarchies.
.gitignore and .genignore files for excluding files/folders.npm install -g summarize-folder
summarize-folder size [path]
Scans the current folder or specified path recursively and generates a summary-filesizes.yaml file containing the character count for each file.
summarize-folder read <input_path> <output_path> [maxDepth]
Retrieves the content for a pruned file list based on the structure defined in the input YAML file.
summarize-folder write <path-to-yaml-file>
Writes file contents to the file system based on the structure and content defined in the input YAML file.
.gitignore: Standard Git ignore file, respected by the tool..genignore: Additional ignore file specific to this tool.yaml: Used for parsing and stringifying YAML content.ISC
Contributions are welcome! Please feel free to submit a Pull Request.
If you encounter any problems or have any questions, please open an issue in the GitHub repository.
FAQs
Easy access to files
The npm package summarize-folder receives a total of 0 weekly downloads. As such, summarize-folder popularity was classified as not popular.
We found that summarize-folder 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.