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

@vscode/test-electron

Package Overview
Dependencies
Maintainers
7
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vscode/test-electron - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

4

CHANGELOG.md
# Changelog
### 2.3.3 | 2022-06-10
- Disable GPU sandbox by default, fixing failures in some CI's.
### 2.3.2 | 2022-05-11

@@ -4,0 +8,0 @@

@@ -24,2 +24,4 @@ "use strict";

'--no-sandbox',
// https://github.com/microsoft/vscode-test/issues/221
'--disable-gpu-sandbox',
// https://github.com/microsoft/vscode-test/issues/120

@@ -26,0 +28,0 @@ '--disable-updates',

2

package.json
{
"name": "@vscode/test-electron",
"version": "2.3.2",
"version": "2.3.3",
"scripts": {

@@ -5,0 +5,0 @@ "compile": "tsc -p ./",

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