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

@supy-io/ngx-intercom

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@supy-io/ngx-intercom - npm Package Compare versions

Comparing version 13.1.4 to 13.1.5

esm2020/src/app/ng-intercom/shared/intercom-config-object.service.mjs

2

package.json
{
"name": "@supy-io/ngx-intercom",
"version": "13.1.4",
"version": "13.1.5",
"license": "MIT",

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

export { Intercom } from './src/app/ng-intercom/intercom/intercom';
export { IntercomAvatar } from './src/app/ng-intercom/types/intercom-avatar';
export { IntercomBootInput } from './src/app/ng-intercom/types/intercom-boot-input';
export { IntercomConfig } from './src/app/ng-intercom/shared/intercom-config';
export { IntercomConfig } from './src/app/ng-intercom/types/intercom-config';
export { IntercomConfigObject } from './src/app/ng-intercom/shared/intercom-config-object.service';
export { IntercomCompany } from './src/app/ng-intercom/types/intercom-company';
export { IntercomHideDirective } from './src/app/ng-intercom/directives/hide.directive';

@@ -5,0 +8,0 @@ export { IntercomModule } from './src/app/ng-intercom/intercom.module';

import { ModuleWithProviders } from '@angular/core';
import { IntercomConfig } from './shared/intercom-config';
import { IntercomConfigObject } from './shared/intercom-config-object.service';
import * as i0 from "@angular/core";

@@ -12,3 +12,3 @@ import * as i1 from "./directives/hide.directive";

export declare class IntercomModule {
static forRoot(config: IntercomConfig): ModuleWithProviders<IntercomModule>;
static forRoot(config: IntercomConfigObject): ModuleWithProviders<IntercomModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<IntercomModule, never>;

@@ -15,0 +15,0 @@ static ɵmod: i0.ɵɵNgModuleDeclaration<IntercomModule, [typeof i1.IntercomHideDirective, typeof i2.IntercomShowMessagesDirective, typeof i3.IntercomShowNewMessageDirective, typeof i4.IntercomShowDirective, typeof i5.IntercomShutdownDirective, typeof i6.IntercomTrackEventDirective], [typeof i7.RouterModule], [typeof i1.IntercomHideDirective, typeof i2.IntercomShowMessagesDirective, typeof i3.IntercomShowNewMessageDirective, typeof i4.IntercomShowDirective, typeof i5.IntercomShutdownDirective, typeof i6.IntercomTrackEventDirective]>;

import { RendererFactory2 } from '@angular/core';
import { Router } from '@angular/router';
import { IntercomConfig } from '../shared/intercom-config';
import { IntercomConfigObject } from '../shared/intercom-config-object.service';
import { IntercomBootInput } from '../types/intercom-boot-input';

@@ -17,3 +17,3 @@ import * as i0 from "@angular/core";

private renderer2;
constructor(config: IntercomConfig, platformId: Object, router: Router, rendererFactory: RendererFactory2, document: any);
constructor(config: IntercomConfigObject, platformId: Object, router: Router, rendererFactory: RendererFactory2, document: any);
/**

@@ -109,6 +109,6 @@ * If you'd like to control when Intercom is loaded, you can use the 'boot' method.

private _callIntercom;
injectIntercomScript(conf: IntercomConfig, afterInjectCallback: (ev: Event) => any): void;
loadIntercom(config: IntercomConfig, afterLoadCallback: (ev?: Event) => any): void;
injectIntercomScript(conf: IntercomConfigObject, afterInjectCallback: (ev: Event) => any): void;
loadIntercom(config: IntercomConfigObject, afterLoadCallback: (ev?: Event) => any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<Intercom, [null, null, { optional: true; }, null, { optional: true; }]>;
static ɵprov: i0.ɵɵInjectableDeclaration<Intercom>;
}

@@ -1,2 +0,3 @@

export interface IntercomBootInput {
import { IntercomConfig } from './intercom-config';
export interface IntercomBootInput extends IntercomConfig {
custom_launcher_selector?: string;

@@ -10,3 +11,2 @@ user_id?: string;

app_id?: string;
[propName: string]: any;
}

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