Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
ici4j-japan
Advanced tools
The ici4j-japan library exported as Node.js modules.
The ici4j-japan library is com.ibm.icu library running in java which is called and used on javascript
Using npm:
$ npm i ici4j-japan
$ npm i --save ici4j-japan
Link download SDK java (click)
Example in Debian operating system (version 23):
$ apt-get update
$ wget https://download.oracle.com/java/23/latest/jdk-23_linux-x64_bin.deb
$ dpkg -i jdk-23_linux-x64_bin.deb
const ici4jJapan = require("ici4j-japan");
const input = "こんにちは";
ici4jJapan.convertToNFC(input).then((result) => {
console.log(result); // result: コンニチハ
});
Or
const { convertToNFC } = require("ici4j-japan");
const input = "こんにちは";
convertToNFC(input).then((result) => {
console.log(result); // result: コンニチハ
});
import * as ici4jJapan from "ici4j-japan";
const input = "こんにちは";
ici4jJapan.convertToNFC(input).then((result) => {
console.log(result); // result: コンニチハ
});
Or
import { convertToNFC } from "ici4j-japan";
const input = "こんにちは";
convertToNFC(input).then((result) => {
console.log(result); // result: コンニチハ
});
FAQs
The ici4j-japan library exported as Node.js modules.
We found that ici4j-japan 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.