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.7 to 1.0.8

6

API-reference.md

@@ -166,3 +166,3 @@ <properties

---|---|---
`id` | Unique id, this is used by the backend o correlate server requests. Use `Util.newId()` to generate a unique Id.
`id` | Unique id, this is used by the backend to correlate server requests. Use `Util.newId()` to generate a unique Id.
`method` | Represents request verb (GET, POST, etc.)

@@ -290,2 +290,6 @@ `absoluteUrl` | Absolute url used to make the dependency request

isStorageUseDisabled: boolean;
// 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.
disableCorrelationHeaders: boolean;
}

@@ -292,0 +296,0 @@

2

bower.json
{
"name": "applicationinsights-js",
"main": "dist/ai.0.js",
"version": "1.0.7",
"version": "1.0.8",
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS",

@@ -6,0 +6,0 @@ "authors": [

{
"name": "applicationinsights-js",
"version": "1.0.7",
"version": "1.0.8",
"description": "Microsoft Application Insights JavaScript SDK",

@@ -5,0 +5,0 @@ "main": "JavaScript/JavaScriptSDK.Module/AppInsightsModule.js",

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

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

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