
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
com.ajaxjs:ajaxjs-util
Advanced tools
Small Java Utils Library with many powerful components. The size of jar is around 90kb. It contains the following modules:
Class/Package Module | Detail Description | Memo |
---|---|---|
BytesHelper | Byte array utility class | |
CollUtils | Collection utility class | |
ConvertBasicValue | Attempts to convert target type, note that not all types can be converted | |
DateHelper | Date utility class | |
EncodeTools | String URL/Base64 encoder | |
MessageDigestHelper | MD5/SHA1/SHA256/384/512 encryption utility class | |
ObjectHelper | A helper for Java Object | |
HTTP Request | A Small HTTP Request Component | |
RandomTools | Random Numbers and Strings | |
RegExpUtils | Regular expression utility class | |
StrUtil | String utility class | |
JsonUtil | Encapsulation of Jackson Library: Conversion Methods Between JSON, Map, Bean, and List | Jackson is only library that dependencies |
XmlHelper | XML processing utility class | |
Cryptography | AES/RSA encryption and decryption package | |
IO | File, resource, stream utility package | |
Reflection | Reflection utility package |
Tutorials | Tutorials(Chinese) | DeepWiki Tutorials | Java Documents
Runs on Java 8+. Maven:
<dependency>
<groupId>com.ajaxjs</groupId>
<artifactId>ajaxjs-util</artifactId>
<version>1.2.3</version>
</dependency>
FAQs
Small Java Utils Library with many powerful components
We found that com.ajaxjs:ajaxjs-util demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.