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.5 to 0.9.6

15

dist/browser/common/1dsClientFactory.js

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

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

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

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

@@ -42,0 +27,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.5"
"common.telemetryclientversion": "0.9.6"
};

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

@@ -42,14 +42,2 @@ "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

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

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

@@ -68,0 +53,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.5"
"common.telemetryclientversion": "0.9.6"
};

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

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

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

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

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