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

cordova-plugin-intercom

Package Overview
Dependencies
Maintainers
3
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-intercom - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "cordova-plugin-intercom",
"version": "1.0.4",
"version": "1.0.5",
"description": "Cordova plugin for Intercom for mobile",

@@ -5,0 +5,0 @@ "cordova": {

@@ -17,11 +17,11 @@ # Intercom for Cordova/PhoneGap

cordova plugin add cordova-plugin-intercom --variable APP_ID="your_app_id" -variable IOS_API_KEY="ios_sdk-..." --variable ANDROID_API_KEY="android_sdk-..."
cordova plugin add cordova-plugin-intercom --variable APP_ID="your_app_id" --variable IOS_API_KEY="ios_sdk-..." --variable ANDROID_API_KEY="android_sdk-..."
If your app doesn't support iOS or Android, you can omit that API key.
## PhoneGap
## PhoneGap CLI
To add the plugin to your PhoneGap app, add the following to your `config.xml`:
<gap:plugin name="cordova-plugin-intercom" version="1.0.2" source="npm" >
<gap:plugin name="cordova-plugin-intercom" version="1.0.5" source="npm" >
<param name="APP_ID" value="your_app_id" />

@@ -34,2 +34,4 @@ <param name="IOS_API_KEY" value="ios_sdk-..." />

**Note:** Unfortunately, [PhoneGap build](https://build.phonegap.com) does not currently support [gradle builds](http://community.phonegap.com/nitobi/topics/phonegap-build-does-not-support-gradle-builds). This means on Android, our plugin only supports PhoneGap CLI or Cordova builds at this time.
## How should I use Intercom in my mobile app?

@@ -36,0 +38,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 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