Socket
Socket
Sign inDemoInstall

@web/test-runner-core

Package Overview
Dependencies
Maintainers
7
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/test-runner-core - npm Package Compare versions

Comparing version 0.10.25 to 0.10.26

8

dist/cli/terminal/DynamicTerminal.js

@@ -29,5 +29,7 @@ "use strict";

this.interceptConsoleOutput();
process.stdin.resume();
process.stdin.setEncoding('utf8');
process.stdin.addListener('data', this.onStdInData);
if (process.stdin.isTTY === true) {
process.stdin.resume();
process.stdin.setEncoding('utf8');
process.stdin.addListener('data', this.onStdInData);
}
this.started = true;

@@ -34,0 +36,0 @@ }

{
"name": "@web/test-runner-core",
"version": "0.10.25",
"version": "0.10.26",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -26,5 +26,7 @@ import logUpdate from 'log-update';

this.interceptConsoleOutput();
process.stdin.resume();
process.stdin.setEncoding('utf8');
process.stdin.addListener('data', this.onStdInData);
if (process.stdin.isTTY === true) {
process.stdin.resume();
process.stdin.setEncoding('utf8');
process.stdin.addListener('data', this.onStdInData);
}
this.started = true;

@@ -31,0 +33,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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