Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
textlint-rule-ja-hiragana-keishikimeishi
Advanced tools
Check easy-to-read Keishikimeishi(formal nouns) written in Hiragana than Kanji.
Check easy-to-read Keishikimeishi(pronouns) written in Hiragana than Kanji.
ๆผขๅญใใใใฒใใใชใง่กจ่จใใใปใใ่ชญใฟใใใๅฝขๅผๅ่ฉใๆๆใใพใใๆคๅบใซใฏๅฝขๆ ็ด ่งฃๆใไฝฟใฃใฆใใพใใ่ชๅไฟฎๆญฃใซใๅฏพๅฟใใฆใใพใใ
Install with npm:
npm install textlint-rule-ja-hiragana-keishikimeishi
Via .textlintrc
(Recommended)
{
"rules": {
"ja-hiragana-keishikimeishi": true
}
}
Via CLI
textlint --rule ja-hiragana-keishikimeishi README.md
textlint --fix ja-hiragana-keishikimeishi README.md
Builds source codes for publish to the lib
folder.
You can write ES2015+ source codes in src/
folder.
npm run build
Run test code in test
folder.
Test textlint rule by textlint-tester.
npm test
From | To |
---|---|
ใใใไธ(ใง) | ใใใใใ(ใง) |
ใใใไบ(ใ) | ใใใใใจ(ใ) |
ใใใๅบฆ(ใซ) | ใใใใใณ(ใซ) |
ใใใๆน(ใ) | ใใใใปใ(ใ) |
ใใใๆ(ใซ) | ใใใใจใ(ใซ) |
ใใใๆฏ(ใซ) | ใใใใใจ(ใซ) |
ใใใ็บ(ใซ) | ใใใใใ(ใซ) |
ใใใ่จณ(ใ) | ใใใใใ(ใ) |
ใใใๆ(ใ ) | ใใใใจใใ(ใ ) |
ใใใ้ใ(ใซ) | ใใใใจใใ(ใซ) |
ใใใ็ฉ(ใ ) | ใใใใใฎ(ใ ) |
MIT ยฉ Hiroshi Takase
FAQs
Check easy-to-read Keishikimeishi(formal nouns) written in Hiragana than Kanji.
We found that textlint-rule-ja-hiragana-keishikimeishi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.ย It has 1 open source maintainer 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 researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.