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.4 to 0.9.5

15

dist/browser/common/1dsClientFactory.js

@@ -16,2 +16,14 @@ /*---------------------------------------------------------------------------------------------

const collectorChannelPlugin = new postPlugin.PostChannel();
// Dummy perf manager to fix memory leaks
const perfManager = {
create: function (_src, _payload, _isAsync) {
return null;
},
fire: function (_perfEvent) {
},
setCtx: function (_key, _value) {
},
getCtx: function (_key) {
}
};
// Configure the app insights core to send to collector++ and disable logging of debug info

@@ -25,2 +37,5 @@ const coreConfig = {

disableDbgExt: true,
createPerfMgr: () => {
return perfManager;
},
disableInstrumentationKeyValidation: true,

@@ -27,0 +42,0 @@ channels: [[

2

dist/browser/common/util.js

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

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

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

@@ -42,2 +42,14 @@ "use strict";

const collectorChannelPlugin = new postPlugin.PostChannel();
// Dummy perf manager to fix memory leaks
const perfManager = {
create: function (_src, _payload, _isAsync) {
return null;
},
fire: function (_perfEvent) {
},
setCtx: function (_key, _value) {
},
getCtx: function (_key) {
}
};
// Configure the app insights core to send to collector++ and disable logging of debug info

@@ -51,2 +63,5 @@ const coreConfig = {

disableDbgExt: true,
createPerfMgr: () => {
return perfManager;
},
disableInstrumentationKeyValidation: true,

@@ -53,0 +68,0 @@ channels: [[

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

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

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

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

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

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

@@ -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