Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jpush-phonegap-plugin

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jpush-phonegap-plugin - npm Package Compare versions

Comparing version 2.1.7 to 2.1.8

src/ios/lib/jpush-ios-2.1.7.a

0

doc/Android_detail_api.md

@@ -0,0 +0,0 @@ # Android API简介

@@ -0,0 +0,0 @@ #Android 手动安装

@@ -0,0 +0,0 @@ # 通用 API 说明

@@ -0,0 +0,0 @@ # iOS API

@@ -0,0 +0,0 @@ ## iOS 手动安装

5

package.json
{
"name": "jpush-phonegap-plugin",
"version": "2.1.7",
"version": "2.1.8",
"description": "JPush for cordova plugin",

@@ -29,2 +29,5 @@ "cordova": {

],
"peerDependencies": {
"cordova-plugin-device": ">=1.0.0"
},
"author": "jpush",

@@ -31,0 +34,0 @@ "license": "Apache 2.0 License",

@@ -36,5 +36,9 @@ # JPush PhoneGap / Cordova Plugin

### 安装插件(Android & iOS)
### 集成步骤(Android & iOS)
#### 1.安装 JPush PhoneGap Plugin
#### 1.首先安装 cordova device 插件
cordova plugin add cordova-plugin-device
#### 2.安装 JPush PhoneGap Plugin
安装 JPush PhoneGap Plugin 有两种方法:

@@ -63,8 +67,2 @@

#### 2.安装 cordova device 插件
cordova plugin add cordova-plugin-device
#### 3.在 js 中调用函数,初始化 JPush

@@ -76,3 +74,2 @@

## Demo

@@ -79,0 +76,0 @@ 插件中包含示例 Demo。若想参考,可以在 $JPUSH_PLUGIN_DIR/example 文件夹内找到并拷贝以下文件:

@@ -8,3 +8,3 @@ #!/usr/bin/env node

projectRoot = context.opts.projectRoot,
ConfigParser = context.requireCordovaModule('cordova-lib/src/configparser/ConfigParser'),
ConfigParser = context.requireCordovaModule('cordova-common/src/configparser/ConfigParser'),
config = new ConfigParser(path.join(context.opts.projectRoot, "config.xml")),

@@ -11,0 +11,0 @@ packageName = config.android_packageName() || config.packageName();

@@ -0,0 +0,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc