
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
A tool for opencc.
To view documentation or get support, visit docs.
w-openccis based on theopenccinpython, and only run inWindows.
npm i w-opencc
Link: [dev source code]
import WOpencc from './src/WOpencc.mjs'
//import WOpencc from 'w-opencc/src/WOpencc.mjs'
//import WOpencc from 'w-opencc'
async function test() {
let sinp = `OpenCC是中文简繁转换开源项目,支持词汇级别的转换、异体字转换和地区习惯用词转换(中国大陆、台湾、香港、日本新字体)。不提供普通话与粤语的转换。`
let opt = {}
let r = await WOpencc(sinp, opt)
console.log(r)
// => OpenCC是中文簡繁轉換開源項目,支持詞彙級別的轉換、異體字轉換和地區習慣用詞轉換(中國大陸、臺灣、香港、日本新字體)。不提供普通話與粵語的轉換。
}
test()
.catch((err) => {
console.log('catch', err)
})
FAQs
A tool for opencc.
We found that w-opencc demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.