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.0 to 0.9.1

3

dist/browser/common/baseTelemetrySender.js

@@ -50,3 +50,4 @@ /*---------------------------------------------------------

if (data) {
data.properties = { ...data.properties, ...errorData };
const errorProperties = data.properties || data;
data.properties = { ...errorProperties, ...errorData };
}

@@ -53,0 +54,0 @@ else {

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

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

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

@@ -53,3 +53,4 @@ "use strict";

if (data) {
data.properties = { ...data.properties, ...errorData };
const errorProperties = data.properties || data;
data.properties = { ...errorProperties, ...errorData };
}

@@ -56,0 +57,0 @@ else {

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

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

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

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

@@ -25,3 +25,3 @@ "name": "Microsoft Corporation"

"@microsoft/1ds-post-js": "^4.0.3",
"@microsoft/applicationinsights-web-basic": "^3.0.4"
"@microsoft/applicationinsights-web-basic": "^3.0.6"
},

@@ -38,3 +38,3 @@ "devDependencies": {

"sinon": "^17.0.0",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"user-agent-data-types": "^0.4.2"

@@ -41,0 +41,0 @@ },

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