Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
org.javamoney:moneta-parent
Advanced tools
JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with Money and Currency. This module implements JSR 354.
Moneta is the reference implementation (RI) of the JSR 354 Money & Currency API and provides:
FastMoney
and Money
for big amounts.See Moneta User Guide for an introduction.
You can access the RI by adding the following Maven dependencies:
<dependency>
<groupId>org.javamoney</groupId>
<artifactId>moneta</artifactId>
<version>1.4.4</version>
<type>pom</type>
</dependency>
The same for Gradle:
compile group: 'org.javamoney', name: 'moneta', version: '1.4.4', ext: 'pom'
SBT:
libraryDependencies += "org.javamoney" % "moneta" % "1.4.4" pomOnly()
The release artifacts are accessible from Maven Central.
The implementation supports JDK8 and later.
Ask your question at StackOverflow with tag java-money or join the Gitter chat.
FAQs
JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with Money and Currency. This module implements JSR 354.
We found that org.javamoney:moneta-parent 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.