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

applicationinsights-js

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

applicationinsights-js - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

10

API-reference.md

@@ -318,4 +318,5 @@ <properties

// Default true. If false, the SDK will add two headers ('x-ms-request-root-id' and 'x-ms-request-id)
// to all dependency requests (within the same domain) to correlate them with corresponding requests on the server side.
// If false, the SDK will add two headers ('Request-Id' and 'Request-Context') to all
// dependency requests to correlate them with corresponding requests on the server side.
// Default false.
disableCorrelationHeaders: boolean;

@@ -336,2 +337,7 @@

isBrowserLinkTrackingEnabled: boolean;
// AppId is used for the correlation between AJAX dependencies happening on the client-side with the server-side requests.
// When Beacon API is enabled it can not be used automatically, but can be set manually in the configuration.
// Default: null
appId: string;
}

@@ -338,0 +344,0 @@ ```

2

bundle/ai.module.d.ts

@@ -23,2 +23,3 @@ declare module Microsoft.ApplicationInsights {

disableCorrelationHeaders?: boolean;
correlationHeaderExcludedDomains?: string[];
disableFlushOnBeforeUnload?: boolean;

@@ -34,2 +35,3 @@ enableSessionStorageBuffer?: boolean;

isBrowserLinkTrackingEnabled?: boolean;
appId?: string;
}

@@ -36,0 +38,0 @@ }

{
"name": "applicationinsights-js",
"version": "1.0.15",
"version": "1.0.16",
"description": "Microsoft Application Insights JavaScript SDK",

@@ -5,0 +5,0 @@ "main": "bundle/ai.module.js",

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

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