You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@microsoft/feature-management-applicationinsights-browser

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/feature-management-applicationinsights-browser - npm Package Compare versions

Comparing version
2.0.1
to
2.0.2
+1
-1
dist/esm/version.js
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
const VERSION = "2.0.1";
const VERSION = "2.0.2";
export { VERSION };
//# sourceMappingURL=version.js.map

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

{"version":3,"file":"version.js","sources":["../../src/version.ts"],"sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nexport const VERSION = \"2.0.1\";\n"],"names":[],"mappings":"AAAA;AACA;AAEO,MAAM,OAAO,GAAG;;;;"}
{"version":3,"file":"version.js","sources":["../../src/version.ts"],"sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nexport const VERSION = \"2.0.2\";\n"],"names":[],"mappings":"AAAA;AACA;AAEO,MAAM,OAAO,GAAG;;;;"}
{
"name": "@microsoft/feature-management-applicationinsights-browser",
"version": "2.0.1",
"version": "2.0.2",
"description": "Feature Management Application Insights Plugin for Browser provides a solution for sending feature flag evaluation events produced by the Feature Management library.",

@@ -49,5 +49,5 @@ "main": "./dist/esm/index.js",

"@microsoft/applicationinsights-web": "^3.3.2",
"@microsoft/feature-management": "2.0.1"
"@microsoft/feature-management": "2.0.2"
}
}

@@ -24,4 +24,4 @@ import { EvaluationResult } from '@microsoft/feature-management';

declare const VERSION = "2.0.1";
declare const VERSION = "2.0.2";
export { VERSION, createTelemetryPublisher, trackEvent };