applicationinsights-js
Advanced tools
Comparing version 0.22.18 to 0.22.19
{ | ||
"name": "applicationinsights-js", | ||
"main": "dist/ai.0.js", | ||
"version": "0.22.18", | ||
"version": "0.22.19", | ||
"homepage": "https://github.com/Microsoft/ApplicationInsights-JS", | ||
@@ -6,0 +6,0 @@ "authors": [ |
@@ -1,5 +0,5 @@ | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK.Interfaces\bin\JavaScriptSDK.Interfaces.dll | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK.Interfaces\bin\JavaScriptSDK.Interfaces.pdb | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK.Interfaces\obj\Debug\JavaScriptSDK.Interfaces.dll | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK.Interfaces\obj\Debug\JavaScriptSDK.Interfaces.pdb | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK.Interfaces\obj\Debug\JavaScriptSDK.Interfaces.csprojResolveAssemblyReference.cache | ||
E:\ai-gh-js\JavaScript\JavaScriptSDK.Interfaces\bin\JavaScriptSDK.Interfaces.dll | ||
E:\ai-gh-js\JavaScript\JavaScriptSDK.Interfaces\bin\JavaScriptSDK.Interfaces.pdb | ||
E:\ai-gh-js\JavaScript\JavaScriptSDK.Interfaces\obj\Debug\JavaScriptSDK.Interfaces.csprojResolveAssemblyReference.cache | ||
E:\ai-gh-js\JavaScript\JavaScriptSDK.Interfaces\obj\Debug\JavaScriptSDK.Interfaces.dll | ||
E:\ai-gh-js\JavaScript\JavaScriptSDK.Interfaces\obj\Debug\JavaScriptSDK.Interfaces.pdb |
@@ -1,4 +0,5 @@ | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK.Module\bin\JavaScriptSDK.Module.dll | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK.Module\bin\JavaScriptSDK.Module.pdb | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK.Module\obj\Debug\JavaScriptSDK.Module.dll | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK.Module\obj\Debug\JavaScriptSDK.Module.pdb | ||
E:\ai-gh-js\JavaScript\JavaScriptSDK.Module\bin\JavaScriptSDK.Module.dll | ||
E:\ai-gh-js\JavaScript\JavaScriptSDK.Module\bin\JavaScriptSDK.Module.pdb | ||
E:\ai-gh-js\JavaScript\JavaScriptSDK.Module\obj\Debug\JavaScriptSDK.Module.csprojResolveAssemblyReference.cache | ||
E:\ai-gh-js\JavaScript\JavaScriptSDK.Module\obj\Debug\JavaScriptSDK.Module.dll | ||
E:\ai-gh-js\JavaScript\JavaScriptSDK.Module\obj\Debug\JavaScriptSDK.Module.pdb |
@@ -48,2 +48,14 @@ /// <reference path="../testframework/common.ts" /> | ||
this.testCase({ | ||
name: "TelemtetryContext: constructor intialized with correct sdk version", | ||
test: () => { | ||
var tc = new Microsoft.ApplicationInsights.TelemetryContext(this._config); | ||
Assert.ok(tc.internal, "context.internal is initialized"); | ||
var expectedSdkVersion = "javascript:" + Microsoft.ApplicationInsights.Version; | ||
Assert.equal(expectedSdkVersion, tc.internal.sdkVersion, "iKey is initialized"); | ||
} | ||
}); | ||
this.testCase({ | ||
name: "TelemtetryContext: calling track with null or undefined fails", | ||
@@ -50,0 +62,0 @@ test: () => { |
@@ -17,3 +17,3 @@ /// <reference path="telemetrycontext.ts" /> | ||
export var Version = "0.22.18"; | ||
export var Version = "0.22.19"; | ||
@@ -20,0 +20,0 @@ /** |
@@ -23,5 +23,5 @@ /// <reference path="../../JavaScriptSDK.Interfaces/Context/IInternal.ts"/> | ||
constructor() { | ||
this.sdkVersion = "JavaScript:" + Version; | ||
this.sdkVersion = "javascript:" + Version; | ||
} | ||
} | ||
} |
@@ -1,9 +0,8 @@ | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK\bin\JavaScriptSDK.dll.config | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK\bin\JavaScriptSDK.dll | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK\bin\JavaScriptSDK.pdb | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK\bin\AjaxMin.dll | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK\obj\Debug\JavaScriptSDK.dll | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK\obj\Debug\JavaScriptSDK.pdb | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK\obj\Debug\JavaScriptSDK.csprojResolveAssemblyReference.cache | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK\bin\JavaScriptSDK.Interfaces.dll | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK\bin\JavaScriptSDK.Interfaces.pdb | ||
e:\ai-gh-js\JavaScript\JavaScriptSDK\bin\JavaScriptSDK.dll | ||
e:\ai-gh-js\JavaScript\JavaScriptSDK\bin\JavaScriptSDK.pdb | ||
e:\ai-gh-js\JavaScript\JavaScriptSDK\bin\AjaxMin.dll | ||
e:\ai-gh-js\JavaScript\JavaScriptSDK\obj\Debug\JavaScriptSDK.dll | ||
e:\ai-gh-js\JavaScript\JavaScriptSDK\obj\Debug\JavaScriptSDK.pdb | ||
e:\ai-gh-js\JavaScript\JavaScriptSDK\bin\JavaScriptSDK.dll.config | ||
E:\ai-gh-js\JavaScript\JavaScriptSDK\obj\Debug\JavaScriptSDK.csprojResolveAssemblyReference.cache | ||
E:\ai-gh-js\JavaScript\JavaScriptSDK\bin\JavaScriptSDK.Interfaces.dll |
@@ -1,6 +0,9 @@ | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK\bin\JavaScriptSDK.dll.config | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK\bin\JavaScriptSDK.dll | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK\bin\JavaScriptSDK.pdb | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK\bin\AjaxMin.dll | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK\obj\Release\JavaScriptSDK.dll | ||
E:\Dev\ApplicationInsights-JS\JavaScript\JavaScriptSDK\obj\Release\JavaScriptSDK.pdb | ||
e:\ai-gh-js\JavaScript\JavaScriptSDK\bin\JavaScriptSDK.dll.config | ||
e:\ai-gh-js\JavaScript\JavaScriptSDK\bin\JavaScriptSDK.dll | ||
e:\ai-gh-js\JavaScript\JavaScriptSDK\bin\JavaScriptSDK.pdb | ||
e:\ai-gh-js\JavaScript\JavaScriptSDK\bin\AjaxMin.dll | ||
e:\ai-gh-js\JavaScript\JavaScriptSDK\obj\Release\JavaScriptSDK.dll | ||
e:\ai-gh-js\JavaScript\JavaScriptSDK\obj\Release\JavaScriptSDK.pdb | ||
E:\ai-gh-js\JavaScript\JavaScriptSDK\bin\JavaScriptSDK.Interfaces.dll | ||
E:\ai-gh-js\JavaScript\JavaScriptSDK\bin\JavaScriptSDK.Interfaces.pdb | ||
E:\ai-gh-js\JavaScript\JavaScriptSDK\obj\Release\JavaScriptSDK.csprojResolveAssemblyReference.cache |
{ | ||
"name": "applicationinsights-js", | ||
"version": "0.22.18", | ||
"version": "0.22.19", | ||
"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
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 6 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
13207930
265
36524
26