
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
react-native-alibc-sdk
Advanced tools
基于阿里百川SDK, 封装出React Native接口, 方便在RN应用中集成阿里百川SDK的各种功能。正在积极开发和完善, 如果觉得有用请给个Star。

#import <AlibcTradeSDK/AlibcTradeSDK.h>
...
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation{
// 如果百川处理过会返回YES
if ([[AlibcTradeSDK sharedInstance] application:application
openURL: url
sourceApplication: sourceApplication
annotation: annotation]) {
// 处理其他app跳转到自己的app
return YES;
}
return NO;
}
//IOS9.0 系统新的处理openURL 的API
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url options:(NSDictionary<NSString *,id> *)options {
//处理其他app跳转到自己的app,如果百川处理过会返回YES
if ([[AlibcTradeSDK sharedInstance] application:application
openURL: url
options: options]) {
return YES;
}
return NO;
}
...
<manifest ...
xmlns:tools="http://schemas.android.com/tools"
...
<application
...
android:allowBackup="true"
tools:replace="android:allowBackup">
...
</manifest>
...
allprojects {
repositories {
...
maven {
url "http://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/"
}
...
}
}
...
参考Demo。
FAQs
React Native的阿里百川sdk, 包含淘宝授权登录等
We found that react-native-alibc-sdk 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.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.