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 2.2.0 to 2.2.1

8

CHANGELOG.md
# @gilamran/tsc-watch CHANGELOG
## v2.2.0 - 27/11/2018
## v2.2.1 - 19/5/2019
Force kill when on windows - (Thanks to @hwwi)
## v2.2.0 - 13/5/2019
Waiting for all the child processes to showdown before closing - (Thanks to @MartinLoeper)
## v2.1.0 - 27/11/2018
## v2.1.0 - 12/2/2019

@@ -9,0 +13,0 @@ Exporting TscWatchClient for multiple instance of `tsc-watch` - (Thanks to @pronebird)

setInterval(() => console.log(Math.random()), 1000);
setInterval(() => console.log(Math.random()), 1000);

@@ -0,0 +0,0 @@ function removeRunnerArgs(args) {

@@ -0,0 +0,0 @@ const { fork } = require('child_process');

@@ -20,3 +20,3 @@ const psTree = require('ps-tree');

if (isWindows) {
exec('taskkill /pid ' + child.pid + ' /T', () => resolve());
exec('taskkill /pid ' + child.pid + ' /T /F', () => resolve());
} else {

@@ -23,0 +23,0 @@ if (hasPS) {

@@ -0,0 +0,0 @@ const spawn = require('cross-spawn');

@@ -0,0 +0,0 @@ const stripAnsi = require('strip-ansi');

@@ -0,0 +0,0 @@ #!/usr/bin/env node

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

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

@@ -0,0 +0,0 @@ [![Build Status](https://travis-ci.com/gilamran/tsc-watch.svg?branch=master)](https://travis-ci.com/gilamran/tsc-watch)

@@ -0,0 +0,0 @@ const { expect } = require('chai');

@@ -0,0 +0,0 @@ const { expect } = require('chai');

@@ -0,0 +0,0 @@ const { fork } = require('child_process');

@@ -0,0 +0,0 @@ const { expect } = require('chai');

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc