Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tsc-watch

Package Overview
Dependencies
Maintainers
1
Versions
92
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 1.0.16 to 1.0.17

3

CHANGELOG.md
# @gilamran/tsc-watch CHANGELOG
## v1.0.17 - 27/01/2018
* Terminating typescript on SIGTERM event (Thanks to @amir-arad)
## v1.0.16 - 27/01/2018

@@ -4,0 +7,0 @@ * Fixed stdout coloring issues on Mac (Thanks to @jonaskello)

@@ -195,1 +195,2 @@ #!/usr/bin/env node

tscProcess.on('exit', () => Promise.all([killAllSuccessProcesses(), killFailureProcess()]));
process.on('SIGTERM', () => tscProcess.kill(0));

2

package.json
{
"name": "tsc-watch",
"version": "1.0.16",
"version": "1.0.17",
"description": "The TypeScript compiler with onSuccess command",

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

@@ -19,3 +19,3 @@ # The TypeScript compiler with `--watch` and a new onSuccess argument

```sh
tsc-watch server.ts --outDir ./dist --onSuccess "node ./dist/server.ts" --onFailure "echo Beep! Compilation Failed"
tsc-watch server.ts --outDir ./dist --onSuccess "node ./dist/server.js" --onFailure "echo Beep! Compilation Failed"
```

@@ -22,0 +22,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