Socket
Socket
Sign inDemoInstall

@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.2.2 to 2.2.3

4

CHANGELOG.md
# Changelog
### 2.2.3 | 2022-01-30
- Fix tests sometimes hanging on windows
### 2.2.2 | 2022-01-09

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

@@ -76,2 +76,6 @@ "use strict";

console.log(`Exit code: ${code !== null && code !== void 0 ? code : signal}`);
// fix: on windows, it seems like these descriptors can linger for an
// indeterminate amount of time, causing the process to hang.
cmd.stdout.destroy();
cmd.stderr.destroy();
if (code === null) {

@@ -78,0 +82,0 @@ reject(signal);

2

package.json
{
"name": "@vscode/test-electron",
"version": "2.2.2",
"version": "2.2.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