Socket
Socket
Sign inDemoInstall

tsc-watch

Package Overview
Dependencies
22
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.7 to 4.2.8

4

CHANGELOG.md
# @gilamran/tsc-watch CHANGELOG
## v4.2.8 - 23/5/2020
Fix: spawn compiler using node, this fixes issues with yarn v2 (pnp) - (Thanks to @merceyz)
## v4.2.6 - 18/5/2020

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

2

lib/tsc-watch.js

@@ -49,3 +49,3 @@ #!/usr/bin/env node

let compilationErrorSinceStart = false;
const tscProcess = spawn(bin, [...args]);
const tscProcess = spawn('node', [bin, ...args]);
const rl = readline.createInterface({

@@ -52,0 +52,0 @@ input: tscProcess.stdout,

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

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

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