Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
com.github.pravejos:easy-cli
Advanced tools
easy-cli is a java library for easy command line argument parsing. It can also print help message which shows the options available for the command line tool.
It is annotation based, which makes it easier to define and use the parsed arguments.
ls -r
and ls --reverse
)
ls -ltr Test.java
)ls --reverse --format=commas
)--option value
or -o value
)A sample help message displayed by the library is shown below
Usage: java [JavaOptions] <mainclass> [OPTIONS] [PARAMETERS]
or java [JavaOptions] -jar <jarfile> [OPTIONS] [PARAMETERS]
Options:
-E, --extended-regexp PATTERNS are extended regular expressions (default "false")
-F, --fixed-strings PATTERNS are strings (default "false")
-e, --regexp use PATTERNS for matching
-f, --file take PATTERNS from FILE
-i, --ignore-case ignore case distinctions in patterns and data (default "false")
-m, --max-count stop after NUM selected lines
Parameters:
Param1 (Mandatory) contain multiple patterns separated by newlines
Param2 File (1) to check the pattern (default ".")
Param3 File (2) to check the pattern
Param4 File (3) to check the pattern
FAQs
Unknown package
We found that com.github.pravejos:easy-cli 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.