Socket
Socket
Sign inDemoInstall

@microsoft/applicationinsights-common

Package Overview
Dependencies
Maintainers
5
Versions
563
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/applicationinsights-common - npm Package Compare versions

Comparing version 1.0.0-beta.9 to 1.0.0-beta.10

2

browser/applicationinsights-common.min.js
/*!
* Application Insights JavaScript SDK - Common, 1.0.0-beta.9
* Application Insights JavaScript SDK - Common, 1.0.0-beta.10
* Copyright (c) Microsoft and contributors. All rights reserved.

@@ -4,0 +4,0 @@ */

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

import { ContextTagKeys } from '../applicationinsights-common';
import { ContextTagKeys } from '../Interfaces/Contracts/Generated/ContextTagKeys';
var PartAExtensions = /** @class */ (function () {

@@ -3,0 +3,0 @@ function PartAExtensions(mapTags) {

/*!
* Application Insights JavaScript SDK - Common, 1.0.0-beta.9
* Application Insights JavaScript SDK - Common, 1.0.0-beta.10
* Copyright (c) Microsoft and contributors. All rights reserved.

@@ -4,0 +4,0 @@ */

{
"name": "@microsoft/applicationinsights-common",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"description": "Microsoft Application Insights Common JavaScript Library",

@@ -5,0 +5,0 @@ "main": "./dist/applicationinsights-common.js",

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

import { ContextTagKeys } from '../applicationinsights-common';
import { ContextTagKeys } from '../Interfaces/Contracts/Generated/ContextTagKeys';

@@ -14,3 +14,3 @@ export interface UserExt {

// Tag map for 2.1
// Tag map for 2.1
public userTagsKeysMap: { [key: string]: any };

@@ -37,3 +37,3 @@ public userExtKeysMap: { [key: string]: any };

this.userExtKeysMap = {};
this.userExtKeysMap[this.ctxKeys.localId] = mapTags.userId;
this.userExtKeysMap[this.ctxKeys.localId] = mapTags.userId;
this.userExtKeysMap[this.ctxKeys.authId] = mapTags.userAuthUserId;

@@ -58,2 +58,2 @@ }

var kys = new ContextTagKeys();
export var partAExtensions = new PartAExtensions(kys); // export global instance
export var partAExtensions = new PartAExtensions(kys); // export global instance

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

import { ContextTagKeys } from '../applicationinsights-common';
import { ContextTagKeys } from '../Interfaces/Contracts/Generated/ContextTagKeys';
export interface UserExt {

@@ -3,0 +3,0 @@ id?: string;

Sorry, the diff of this file is too big to display

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 too big to display

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