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

@capacitor-community/intercom

Package Overview
Dependencies
Maintainers
40
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor-community/intercom - npm Package Compare versions

Comparing version 4.0.0-0 to 4.0.0

CHANGELOG.md

16

dist/docs.json

@@ -245,2 +245,18 @@ {

"slug": "receivepush"
},
{
"name": "displayArticle",
"signature": "(options: { articleId: string; }) => any",
"parameters": [
{
"name": "options",
"docs": "",
"type": "{ articleId: string; }"
}
],
"returns": "any",
"tags": [],
"docs": "",
"complexTypes": [],
"slug": "displayarticle"
}

@@ -247,0 +263,0 @@ ],

3

dist/esm/definitions.d.ts

@@ -36,2 +36,5 @@ export interface IntercomPlugin {

receivePush(notification: IntercomPushNotificationData): Promise<void>;
displayArticle(options: {
articleId: string;
}): Promise<void>;
}

@@ -38,0 +41,0 @@ export interface IntercomPushNotificationData {

@@ -39,4 +39,7 @@ import { WebPlugin } from '@capacitor/core';

}): Promise<void>;
displayArticle(options: {
articleId: string;
}): Promise<void>;
}
declare const Intercom: IntercomWeb;
export { Intercom };

@@ -72,2 +72,6 @@ import { WebPlugin } from '@capacitor/core';

}
async displayArticle(options) {
options;
throw this.unimplemented('Not implemented on web.');
}
}

@@ -74,0 +78,0 @@ const Intercom = new IntercomWeb();

@@ -72,2 +72,5 @@ 'use strict';

}
async displayArticle(options) {
throw this.unimplemented('Not implemented on web.');
}
}

@@ -74,0 +77,0 @@ const Intercom = new IntercomWeb();

@@ -69,2 +69,5 @@ var capacitorIntercom = (function (exports, core) {

}
async displayArticle(options) {
throw this.unimplemented('Not implemented on web.');
}
}

@@ -71,0 +74,0 @@ const Intercom = new IntercomWeb();

5

package.json
{
"name": "@capacitor-community/intercom",
"version": "4.0.0-0",
"version": "4.0.0",
"description": "Enable Intercom features for Capacitor apps",

@@ -23,2 +23,4 @@ "main": "dist/plugin.cjs.js",

"prepublishOnly": "npm run build",
"all-contributors": "all-contributors",
"standard-version": "standard-version",
"release:patch": "standard-version release --release-as patch",

@@ -49,2 +51,3 @@ "release:minor": "standard-version release --release-as minor",

"rollup": "^2.32.0",
"standard-version": "^9.5.0",
"swiftlint": "^1.0.1",

@@ -51,0 +54,0 @@ "typescript": "~4.1.5"

@@ -15,3 +15,3 @@ <p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p>

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-9-orange?style=flat-square" /></a>
<a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-12-orange?style=flat-square" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:END -->

@@ -220,2 +220,5 @@ </p>

<td align="center"><a href="https://adamduren.com/"><img src="https://avatars.githubusercontent.com/u/581097?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Adam Duren</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=adamduren" title="Code">πŸ’»</a> <a href="#maintenance-adamduren" title="Maintenance">🚧</a></td>
<td align="center"><a href="https://github.com/ramikhafagi96"><img src="https://avatars.githubusercontent.com/u/38646828?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Rami Khafagi</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=ramikhafagi96" title="Code">πŸ’»</a></td>
<td align="center"><a href="https://rdlabo.jp/"><img src="https://avatars.githubusercontent.com/u/9690024?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Masahiko Sakakibara</b></sub></a><br /><a href="#maintenance-rdlabo" title="Maintenance">🚧</a></td>
<td align="center"><a href="https://github.com/camdjn"><img src="https://avatars.githubusercontent.com/u/7116085?v=4?s=75" width="75px;" alt=""/><br /><sub><b>Dejardin Camille</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=camdjn" title="Code">πŸ’»</a></td>
</tr>

@@ -222,0 +225,0 @@ </table>

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