Socket
Socket
Sign inDemoInstall

@vscode/test-electron

Package Overview
Dependencies
Maintainers
20
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.1.2 to 2.1.3

14

CHANGELOG.md
# Changelog
### 2.1.2 | TBD
### 2.1.3 | 2022-03-04
- Support arm64 builds on Linux
### 2.1.2 | 2022-02-04
- Fix executable path being returned incorrectly on cross-platform downloads
- Fix tests sometimes failing with EACCESS errors on OSX
### 2.1.1 | 2021-01-20
### 2.1.1 | 2022-01-20
- Fix excessive logging when running in CI
### 2.1.0 | 2021-01-14
### 2.1.0 | 2022-01-14
- Add a progress `reporter` option on the `TestOptions`, which can be used to see more detail or silence download progress.
### 2.0.3 | 2021-01-11
### 2.0.3 | 2022-01-11

@@ -21,3 +25,3 @@ - Fix `@vscode/test-electron` auto updating

### 2.0.2 | 2021-01-07
### 2.0.2 | 2022-01-07

@@ -24,0 +28,0 @@ - Add `resolveCliArgsFromVSCodeExecutablePath`

export declare function rmdir(dir: string): Promise<void>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ProgressReporter } from './progress';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export { download, downloadAndUnzipVSCode } from './download';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /** Stages of progress while downloading VS Code */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { DownloadVersion, DownloadPlatform } from './download';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="node" />

@@ -39,2 +39,5 @@ "use strict";

break;
case 'linux-x64':
downloadSegment = architecture === "arm64" /* ARM64 */ ? 'linux-arm64' : 'linux-x64';
break;
default:

@@ -41,0 +44,0 @@ downloadSegment = platform;

{
"name": "@vscode/test-electron",
"version": "2.1.2",
"version": "2.1.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