Socket
Socket
Sign inDemoInstall

@vscode/test-electron

Package Overview
Dependencies
4
Maintainers
11
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.1 to 1.6.2

8

CHANGELOG.md
# Changelog
### 1.6.2 | 2021-07-15
- Add `--disable-workspace-trust` flag when running tests by default
### 1.6.1 | 2021-07-15
- Rename to `@vscode/test-electron`
### 1.6.0 | 2021-07-14

@@ -4,0 +12,0 @@

0

out/del.d.ts
export declare function rmdir(dir: string): Promise<void>;

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

@@ -0,0 +0,0 @@ /**

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

export { download, downloadAndUnzipVSCode } from './download';
export { runTests } from './runTest';
export { resolveCliPathFromVSCodeExecutablePath } from './util';

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

@@ -22,2 +22,3 @@ "use strict";

'--no-sandbox',
'--disable-workspace-trust',
'--extensionDevelopmentPath=' + options.extensionDevelopmentPath,

@@ -24,0 +25,0 @@ '--extensionTestsPath=' + options.extensionTestsPath

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

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

2

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc