Socket
Socket
Sign inDemoInstall

tsc-watch

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsc-watch - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

4

CHANGELOG.md
# @gilamran/tsc-watch CHANGELOG
## v5.0.2 - 03/04/2022
- Fixed black on black issue (Thanks to @bonjourjoel for the [issue](https://github.com/gilamran/tsc-watch/issues/142))
## v5.0.1 - 03/04/2022

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

3

lib/stdout-manipulator.js

@@ -39,5 +39,2 @@ const stripAnsi = require('strip-ansi');

// file emitted
line = line.replace(typescriptEmittedFileRegex, (_0, stdPrefix, file) => `\u001B[30m\u001B[4m${stdPrefix}\u001B[0m \u001B[30m${file}\u001B[0m`); // Grey underlined / Grey
if (noClear && compilationStartedRegex.test(line)) {

@@ -44,0 +41,0 @@ return '\n\n----------------------\n' + line;

{
"name": "tsc-watch",
"version": "5.0.1",
"version": "5.0.2",
"description": "The TypeScript compiler with onSuccess command",

@@ -5,0 +5,0 @@ "scripts": {

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