
Research
/Security News
jscrambler npm Package Compromised in Supply Chain Attack
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.
react-native-alive-push
Advanced tools
$ npm install react-native-alive-push --save
alive-push安装好之后默认会进行link,如果link失败请手动link
$ react-native link react-native-alive-push
ReactNativeHost的getJSBundleFile和getBundleAssetName@Nullable
@Override
protected String getJSBundleFile() {
return RNAlivePushModule.getJSBundleFile(MainApplication.this);
}
在AppDelegate.m中添加
#import "RNAlivePush.h"
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{
...
NSURL *jsCodeLocation = [RNAlivePush getJSBundleFile];
...
}
APPLICATION_DATA_DIR/INNER_VERSION调整为APPLICATION_DATA_DIR/VERSION_NAME/INNER_VERSIONParameters
options AlivePushOptionReturns Function
Returns AlivePushComponent
Properties
beforeCheck Number 检查更新前checking Number 检查中afterCheck Number 检查更新后beforeDownload Number 下载前downloading Number 下载中afterDownload Number 下载后install Number 安装成功Type: {deploymentKey: String, host: String?, debug: Boolean?}
Properties
FAQs
[react-native-alive-push-cli使用文档](./doc/cli.md)
The npm package react-native-alive-push receives a total of 12 weekly downloads. As such, react-native-alive-push popularity was classified as not popular.
We found that react-native-alive-push 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.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.

Research
/Security News
A malicious .NET package is typosquatting the Braintree SDK to steal live payment card data, merchant API keys, and host secrets from production apps.

Security News
/Research
Compromised Injective SDK npm version 1.20.21 exfiltrates wallet private keys and mnemonics through fake telemetry functionality.