
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@smart-link/rn-devices
Advanced tools
$ npm install @smart-link/rn-devices --save
import RNDevices from '@smart-link/rn-devices';
{
"code": "0000",
"codeMsg": "获取设备信息成功",
"data": {
"appVersion": "1.0.0",
"deviceBrand": "OPPO",
"deviceLanguage": "zh",
"deviceManufacturer": "OPPO",
"deviceModel": "PBEM00",
"deviceName": "PBEM00",
"deviceVersion": "10"
}
}
const res = await RNDevices.getDeviceInfo();
{
"code": "0000",
"codeMsg": "获取位置信息成功",
"data": {
"latitude": 22.749012,
"longitude": 108.376822,
"countryName": "中国",
"locality": "南宁市",
"street": "广西壮族自治区南宁市良庆区良庆区中国东盟信息港小镇研发中心东50米(秋月 路)"
}
}
const res = await RNDevices.getLocationInfo();
FAQs
## 安装
We found that @smart-link/rn-devices demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.