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.
s2t-chinese
Advanced tools
A tool to convert Simplified Chinese and Traditional Chinese to each other
简单的字符串替换的简繁体转换模块,支持TypeScript,支持自定义字词替换
shell (node.js)
npm i s2t-chinese
import chinese from 's2t-chinese'
chinese.s2t('简体转繁体')
chinese.t2s('繁体转简体')
import chinese from 's2t-chinese'
const s2tResult = chinese.s2t('那一天,人类终于回想起了,曾经一度被他们所支配的恐怖,还有被囚禁于鸟笼中的那份屈辱。')
console.log(s2tResult)
// 那一天,人類終於回想起了,曾經一度被他們所支配的恐怖,還有被囚禁於鳥籠中的那份屈辱。
import chinese from 's2t-chinese'
const s2tResult = chinese.t2s('我們被教導記住思想,而不是人,因為人可能失敗,他可能會被捕,他會被殺死,被遺忘,但400年後,思想仍可改變世界,我親眼目睹了,思想的威力,我見過人們以它為名殺戮,或是為了它獻出生命,但你不能親吻思想,也不能觸摸它,或擁抱它,思想不會流血,不會感到痛苦,它們沒有愛!')
console.log(s2tResult)
// 我们被教导记住思想,而不是人,因为人可能失败,他可能会被捕,他会被杀死,被遗忘,但400年后,思想仍可改变世界,我亲眼目睹了,思想的威力,我见过人们以它为名杀戮,或是为了它献出生命,但你不能亲吻思想,也不能触摸它,或拥抱它,思想不会流血,不会感到痛苦,它们没有爱!
import chinese from 's2t-chinese'
const s2tResult = chinese.t2s('士官長與他的第二代超級戰士藍隊重逢,一同執行日常的任務,去調查失蹤的 ONI 銀月研究站', [{ src: '超級戰士', des: '斯巴达' }, { src: '秋風之敦', des: '秋之柱' }])
console.log(s2tResult)
// 士官长与他的第二代斯巴达战士蓝队重逢,一同执行日常的任务,去调查失踪的 ONI 银月研究站
FAQs
A tool to convert Simplified Chinese and Traditional Chinese to each other
The npm package s2t-chinese receives a total of 94 weekly downloads. As such, s2t-chinese popularity was classified as not popular.
We found that s2t-chinese 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’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.