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 1.0.30 to 1.0.31

3

CHANGELOG.md
# @gilamran/tsc-watch CHANGELOG
## v1.0.31 - 27/11/2018
* Upgraded ps-tree, preventing flatmap-stream attack (Thanks to @jeremyhon)
## v1.0.30 - 10/10/2018

@@ -4,0 +7,0 @@ * Added custom compiler ability (Thanks to @sosoba for the PR)

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

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

4

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

@@ -28,3 +28,3 @@ "scripts": {

"node-cleanup": "^2.1.2",
"ps-tree": "^1.1.0",
"ps-tree": "^1.2.0",
"string-argv": "^0.1.1",

@@ -31,0 +31,0 @@ "strip-ansi": "^4.0.0"

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

```sh
## Compiles the server.ts into the dist folder and run it
tsc-watch server.ts --outDir ./dist --onSuccess "node ./dist/server.js" --onFailure "echo Beep! Compilation Failed" --compiler typescript/bin/tsc
## With tsconfig.json
tsc-watch --onSuccess "node ./dist/server.js" --onFailure "echo Beep! Compilation Failed" --compiler typescript/bin/tsc
```

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