
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@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.
The npm package @aweary/alder receives a total of 43 weekly downloads. As such, @aweary/alder popularity was classified as not popular.
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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.