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.
@arlenwang/react-native-mbaichuan
Advanced tools
百川SDK-Android接入文档 https://baichuan.taobao.com/docs/doc.htm?spm=a3c0d.7629140.0.0.3517be48JAfb5d&treeId=129&articleId=118400&docType=1 百川SDK-iOS接入文档 https://baichuan.taobao.com/docs/doc.htm?spm=a3c0d.7629140.0.0.4d21be48bBA52j&treeId=129&articleId=118399&docType=1
版本 | 版本 | 文档 |
---|---|---|
react-native < 0.60 | 3.0.2 | 点击 |
$ npm install react-native-mbaichuan --save
打开ios/Podfile
文件,添加以下(百川仓库)
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
·······
source 'https://github.com/CocoaPods/Specs.git'
source 'http://repo.baichuan-ios.taobao.com/baichuanSDK/AliBCSpecs.git'
·······
target
打开android/bulid.gradle
,添加以下仓库
······
allprojects {
repositories {
·····
maven {
url "http://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/"
}
}
}
······
yw_1222.jpg
重命名为 yw_1222_baichuan.jpg
拖入到项目中URL Schemes
添加 tbopen + 百川APPID
LSApplicationQueriesSchemes
添加 tmall
、tbopen
yw_1222.jpg
到 android/app/src/main/res/drawable/yw_1222.jpg
详见examples目录
FAQs
react-native library for Ali Baichuan
The npm package @arlenwang/react-native-mbaichuan receives a total of 0 weekly downloads. As such, @arlenwang/react-native-mbaichuan popularity was classified as not popular.
We found that @arlenwang/react-native-mbaichuan 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.