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.3 to 1.0.4

5

package.json
{
"name": "tsc-watch",
"version": "1.0.3",
"version": "1.0.4",
"description": "The TypeScirpt compiler with onSuccess command",

@@ -27,4 +27,5 @@ "main": "tsc-watch.js",

"chalk": "^1.1.3",
"cross-spawn": "^5.1.0"
"cross-spawn": "^5.1.0",
"typescript": "*"
}
}

10

README.md

@@ -1,5 +0,5 @@

# UNDER DEVELOPEMENT
# UNDER DEVELOPMENT
# The TypeScript compiler with onSuccess command
`tscw` starts the `tsc` (TypeScript compiler) with `--watch` parameter, it also adds a new argument `--onSuccess COMMAND`. this `COMMAND` will be executed on every successful TypeScript compilation.
`tsc-watch` starts the `tsc` (TypeScript compiler) with `--watch` parameter, it also adds a new argument `--onSuccess COMMAND`. this `COMMAND` will be executed on every successful TypeScript compilation.

@@ -9,4 +9,4 @@ Notes:

* The child process (`COMMAND`) will be terminated before creating a new one.
* `tscw` is using the currently installed TypeScript compiler.
* `tscw` is not changing the compiler, just adds the new arguments, compilation is the same, and all other arguments are the same.
* `tscw` was created to allow an easy dev process with TypeScript. Commonly used to restart a node server.
* `tsc-watch` is using the currently installed TypeScript compiler.
* `tsc-watch` is not changing the compiler, just adds the new arguments, compilation is the same, and all other arguments are the same.
* `tsc-watch` was created to allow an easy dev process with TypeScript. Commonly used to restart a node server.

Sorry, the diff of this file is not supported yet

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