Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vscode-extension-telemetry

Package Overview
Dependencies
Maintainers
6
Versions
51
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.4.0 to 0.4.1

14

package.json
{
"name": "vscode-extension-telemetry",
"description": "A module for first party microsoft extensions to report consistent telemetry.",
"version": "0.4.0",
"version": "0.4.1",
"author": {

@@ -17,14 +17,14 @@ "name": "Microsoft Corporation"

"build": "node .esbuild.config.js",
"compile": "tsc -noEmit && npm run build"
"compile": "tsc -noEmit -p 'src/browser/tsconfig.json' && tsc -noEmit -p 'src/node/tsconfig.json' && npm run build"
},
"devDependencies": {
"@microsoft/applicationinsights-web": "^2.6.4",
"@types/node": "^12.15.0",
"@types/node": "^16.9.6",
"@types/vscode": "^1.60.0",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.28.3",
"applicationinsights": "2.1.4",
"esbuild": "^0.12.15",
"eslint": "^7.30.0",
"typescript": "^4.2.3"
"esbuild": "^0.13.2",
"eslint": "^7.32.0",
"typescript": "^4.4.3"
},

@@ -31,0 +31,0 @@ "repository": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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