Socket
Socket
Sign inDemoInstall

vscode-test

Package Overview
Dependencies
Maintainers
8
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-test - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

4

CHANGELOG.md
# Changelog
### 1.5.2 | 2021-03-29
- Don't write progress report when output is not connected to tty [#91](https://github.com/microsoft/vscode-test/pull/91)
### 1.5.1 | 2021-01-25

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

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

function printProgress(baseText, res) {
if (!process.stdout.isTTY) {
return;
}
const total = Number(res.headers['content-length']);

@@ -61,0 +64,0 @@ let received = 0;

2

package.json
{
"name": "vscode-test",
"version": "1.5.1",
"version": "1.5.2",
"scripts": {

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

@@ -99,3 +99,3 @@ # vscode-test

testWorkspace,
// This disables all extensions except the one being testing
// This disables all extensions except the one being tested
'--disable-extensions'

@@ -102,0 +102,0 @@ ],

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