Socket
Socket
Sign inDemoInstall

@vscode/extension-telemetry

Package Overview
Dependencies
Maintainers
7
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vscode/extension-telemetry - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

2

dist/browser/common/1dsClientFactory.js

@@ -44,3 +44,3 @@ /*---------------------------------------------------------------------------------------------

envelope["ext"]["web"] = envelope["ext"]["web"] ?? {};
envelope["ext"]["web"]["consentDetails"] = '{"GPC_DataSharingOptIn":false}';
envelope["ext"]["web"]["consentDetails"] = "{\"GPC_DataSharingOptIn\":false}";
// Only add the remaining flags when `telemetry.internalTesting` is enabled

@@ -47,0 +47,0 @@ if (!internalTesting) {

@@ -53,3 +53,3 @@ /*---------------------------------------------------------

// Do not change this string as it gets found and replaced upon packaging
"common.telemetryclientversion": "0.9.3"
"common.telemetryclientversion": "0.9.4"
};

@@ -56,0 +56,0 @@ }

@@ -70,3 +70,3 @@ "use strict";

envelope["ext"]["web"] = envelope["ext"]["web"] ?? {};
envelope["ext"]["web"]["consentDetails"] = '{"GPC_DataSharingOptIn":false}';
envelope["ext"]["web"]["consentDetails"] = "{\"GPC_DataSharingOptIn\":false}";
// Only add the remaining flags when `telemetry.internalTesting` is enabled

@@ -73,0 +73,0 @@ if (!internalTesting) {

@@ -56,3 +56,3 @@ "use strict";

// Do not change this string as it gets found and replaced upon packaging
"common.telemetryclientversion": "0.9.3"
"common.telemetryclientversion": "0.9.4"
};

@@ -59,0 +59,0 @@ }

@@ -10,3 +10,3 @@ /*---------------------------------------------------------

export interface TelemetryEventMeasurements {
readonly [key: string]: number;
readonly [key: string]: number | undefined;
}

@@ -13,0 +13,0 @@

{
"name": "@vscode/extension-telemetry",
"description": "A module for Visual Studio Code extensions to report consistent telemetry.",
"version": "0.9.3",
"version": "0.9.4",
"author": {

@@ -23,5 +23,5 @@ "name": "Microsoft Corporation"

"dependencies": {
"@microsoft/1ds-core-js": "^4.1.0",
"@microsoft/1ds-post-js": "^4.1.0",
"@microsoft/applicationinsights-web-basic": "^3.1.0"
"@microsoft/1ds-core-js": "^4.1.1",
"@microsoft/1ds-post-js": "^4.1.1",
"@microsoft/applicationinsights-web-basic": "^3.1.1"
},

@@ -28,0 +28,0 @@ "devDependencies": {

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