Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@aweary/alder
Advanced tools
A recursive directory listing program that supports file-size reporting, and pattern matching. Inspired by the [`tree`](http://www.computerhope.com/unix/tree.htm) UNIX command.
A recursive directory listing program that supports file-size reporting, and pattern matching. Inspired by the tree
UNIX command.
alder
should be installed globally using yarn
.
yarn global add @aweary/alder
or with npm
:
npm install -g @aweary/alder
Usage: alder [options] [target]
Options:
-h, --help output usage information
-V, --version output the version number
-a, --all Print all files, including hidden files
-d, --directories Only print directories
-D, --date-modified Print the last modified date for each file
-i, --no-indent Tree will not print the indentation lines
-f, --full Print the full path prefix for each file
-s, --sizes Show file sizes in tree
-e, --exclude <s> Exclude files matching a pattern
-in, --include <s> Include only files that match a pattern
-d, --depth <n> Only render the tree to a specific depth
--prune Prune empty directories from the output
--filelimit <n> Do not descend directories that contain more than # entries
--jsx Print directory structure as JSX
You can pass a string that will be parsed as a regular expression to --exclude
:
# excluding single directory
alder --exclude=.git
# excluding multiple directories
alder --exclude=".git|bower_components|node_modules"
You can pass a string that will be parsed as a regular expression to --include
:
# including single file pattern
alder --include=package
# including multiple files patterns
alder --include="package|webpack"
FAQs
A recursive directory listing program that supports file-size reporting, and pattern matching. Inspired by the [`tree`](http://www.computerhope.com/unix/tree.htm) UNIX command.
We found that @aweary/alder 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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.