Socket
Socket
Sign inDemoInstall

@microsoft/applicationinsights-angularplugin-js

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/applicationinsights-angularplugin-js - npm Package Compare versions

Comparing version 3.0.3 to 14.0.0

microsoft-applicationinsights-angularplugin-js-14.0.0.tgz

5

lib/applicationinsights-angularplugin-error.service.d.ts

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

import { IAppInsights } from '@microsoft/applicationinsights-common';
import { IErrorService } from './IErrorService';
import { IAppInsights } from "@microsoft/applicationinsights-common";
import { IErrorService } from "./IErrorService";
import * as i0 from "@angular/core";

@@ -10,2 +10,3 @@ export declare class ApplicationinsightsAngularpluginErrorService implements IErrorService {

set plugin(analyticsPlugin: IAppInsights);
clearErrorHandlers(): void;
addErrorHandler(errorService: IErrorService): void;

@@ -12,0 +13,0 @@ removeErrorHandler(errorService: IErrorService): void;

14

lib/applicationinsights-angularplugin-js.component.d.ts

@@ -1,13 +0,10 @@

import { IConfig, IPageViewTelemetry } from '@microsoft/applicationinsights-common';
import { IPlugin, IConfiguration, IAppInsightsCore, BaseTelemetryPlugin, ITelemetryItem, ITelemetryPluginChain, IProcessTelemetryContext } from '@microsoft/applicationinsights-core-js';
import { Injector } from "@angular/core";
import { IConfig, IPageViewTelemetry } from "@microsoft/applicationinsights-common";
import { IPlugin, IConfiguration, IAppInsightsCore, BaseTelemetryPlugin, ITelemetryItem, ITelemetryPluginChain, IProcessTelemetryContext } from "@microsoft/applicationinsights-core-js";
import * as i0 from "@angular/core";
export declare class AngularPlugin extends BaseTelemetryPlugin {
private _injector?;
priority: number;
identifier: string;
private analyticsPlugin;
private propertiesPlugin;
private _angularCfg;
private _eventSubscription;
constructor();
initialize(config: IConfiguration & IConfig, core: IAppInsightsCore, extensions: IPlugin[], pluginChain?: ITelemetryPluginChain): void;
constructor(_injector?: Injector);
/**

@@ -19,2 +16,3 @@ * Add Part A fields to the event

processTelemetry(event: ITelemetryItem, itemCtx?: IProcessTelemetryContext): void;
initialize(config: IConfiguration & IConfig, core: IAppInsightsCore, extensions: IPlugin[], pluginChain?: ITelemetryPluginChain): void;
trackPageView(pageView: IPageViewTelemetry): void;

@@ -21,0 +19,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<AngularPlugin, never>;

@@ -1,4 +0,4 @@

import { ErrorHandler } from '@angular/core';
import { ErrorHandler } from "@angular/core";
export interface IErrorService extends ErrorHandler {
handleError(error: any): void;
}
{
"name": "@microsoft/applicationinsights-angularplugin-js",
"version": "3.0.3",
"version": "14.0.0",
"description": "Microsoft Application Insights Angular plugin",

@@ -16,10 +16,10 @@ "author": "Microsoft Application Insights Team",

"dependencies": {
"@microsoft/applicationinsights-shims": "^2.0.2",
"@microsoft/applicationinsights-common": "^2.8.14",
"@microsoft/applicationinsights-core-js": "^2.8.14",
"@microsoft/applicationinsights-properties-js": "^2.8.14",
"@microsoft/applicationinsights-shims": "^3.0.1",
"@microsoft/applicationinsights-common": "^3.0.3",
"@microsoft/applicationinsights-core-js": "^3.0.3",
"@microsoft/applicationinsights-properties-js": "^3.0.3",
"tslib": "^2.0.0"
},
"peerDependencies": {
"@microsoft/applicationinsights-analytics-js": "^2.8.14",
"@microsoft/applicationinsights-analytics-js": "^3.0.3",
"@angular/common": ">= 14.0.3",

@@ -26,0 +26,0 @@ "@angular/core": ">= 14.0.3"

@@ -1,4 +0,4 @@

export * from './lib/applicationinsights-angularplugin-js.component';
export * from './lib/applicationinsights-angularplugin-js.module';
export * from './lib/applicationinsights-angularplugin-error.service';
export * from './lib/IErrorService';
export * from "./lib/applicationinsights-angularplugin-js.component";
export * from "./lib/applicationinsights-angularplugin-js.module";
export * from "./lib/applicationinsights-angularplugin-error.service";
export * from "./lib/IErrorService";

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