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.
@ones-design/locale
Advanced tools
import { Meta } from '@storybook/blocks'
ONES Design 目前的默认文案是简体中文,如果需要使用其他语言,可以参考下面的方案。
ONES Design 提供了 ConfigProvider 组件用于全局配置国际化文案:
import { ConfigProvider } from '@ones-design/core'
import { zhCN } from '@ones-design/locale'
ReactDOM.render(
<ConfigProvider locale={zhCN}>
<App />
</ConfigProvider>,
root,
)
详细配置见:ConfigProvider 组件
目前支持以下语言:
语言 | 名称 |
---|---|
英语(美式) | enUS |
日语 | jaJP |
简体中文 | zhCN |
FAQs
ONES Design
The npm package @ones-design/locale receives a total of 0 weekly downloads. As such, @ones-design/locale popularity was classified as not popular.
We found that @ones-design/locale 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.
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.