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

cordova-plugin-intercom

Package Overview
Dependencies
Maintainers
6
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 3.1.3 to 3.2.0

6

CHANGELOG.md
# Intercom for Cordova/PhoneGap
## 3.2.0 (2017-04-21)
* Added a new method to the API `intercom.setUserHash(userHash)` to support Identity Verification. This method replaces `intercom.setSecureMode(hmac, data)` which was used for our previous security feature Secure Mode.
* Updated Intercom for Android to 3.2.x.
* Updated Intercom for iOS to 3.2.x.
## 3.1.3 (2017-04-05)

@@ -4,0 +10,0 @@

2

package.json
{
"name": "cordova-plugin-intercom",
"version": "3.1.3",
"version": "3.2.0",
"description": "Official Cordova/PhoneGap plugin for Intercom",

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

@@ -22,3 +22,3 @@ ![Intercom](Example/www/img/Intercom_logo-github.png)

```xml
<plugin name="cordova-plugin-intercom" version="~3.1.3" />
<plugin name="cordova-plugin-intercom" version="~3.2.0" />
```

@@ -25,0 +25,0 @@ ### Ionic

@@ -18,2 +18,6 @@ var intercom = {

setUserHash: function(secureHash, success, error) {
cordova.exec(success, error, 'Intercom', 'setUserHash', [secureHash]);
},
updateUser: function(attributes, success, error) {

@@ -20,0 +24,0 @@ cordova.exec(success, error, 'Intercom', 'updateUser', [attributes]);

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