
Product
Go Support Is Now Generally Available
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.
@aks-dev/ipush
Advanced tools
$ npm install @aks-dev/ipush --save
or
$ yarn add @aks-dev/ipush
Libraries
➜ Add Files to [your project's name]
node_modules
➜ react-native-ipush
and add RNIpush.xcodeproj
libRNIpush.a
to your project's Build Phases
➜ Link Binary With Libraries
Cmd+R
)<project
下面build.gradle
文件。buildscript {//这里是gradle脚本执行所需依赖,分别是对应的maven库和插件
repositories {
maven { url 'https://developer.huawei.com/repo/' }
}
dependencies {
classpath 'com.huawei.agconnect:agcp:1.6.0.300'
}
}
allprojects {
repositories {
flatDir { dirs project(':aks-dev_ipush').file('libs') }
maven { url 'https://developer.huawei.com/repo/' }
}
}
app
下面build.gradle
文件。apply plugin: "com.android.application"
下面添加
apply plugin: "com.huawei.agconnect"
app
下面添加agconnect-services.json
import * as RNIpush from 'react-native-ipush';
// TODO: What to do with the module?
RNIpush;
FAQs
We found that @aks-dev/ipush 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.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.
Security News
vlt adds real-time security selectors powered by Socket, enabling developers to query and analyze package risks directly in their dependency graph.
Security News
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.