New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

arikushi

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arikushi

Generate Japanese word mapping from Latin characters

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

arikushi

Generate Japanese word mapping from Latin characters

Version Codecov Travis Commitizen friendly

Installation

npm install --save arikushi

Usage

// Import the library
import arikushi from "arikushi";

// Pass any number of strings to `convert`
let result = arikushi.convert("Hello", "World");
console.log(result); // outputs: `rikutatamo meimoshitate`

// Pass any number of numbers to `random`
result = arikushi.random(3);
console.log(result);
// possible outputs:
// `kinana`
// `zuruke`
// `fumota`

result = arikushi.random(2, 5, 1);
console.log(result);
// possible outputs:
// `domo kinotokato ji`
// `rutu zimeizukimei mei`
// `furi zirinmedoki tu`

result = arikushi.random(4, 2);
console.log(result);
// possible outputs:
// `ketomichi meiri`
// `kimerido luf

Keywords

generate

FAQs

Package last updated on 26 Jun 2023

Did you know?

Socket

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.

Install

Related posts