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.21 to 1.0.22

3

CHANGELOG.md
# @gilamran/tsc-watch CHANGELOG
## v1.0.22 - 1/06/2018
* Added support for Typescript 2.9+
## v1.0.21 - 16/04/2018

@@ -4,0 +7,0 @@ * Removed `--noClearScreen` argument, as typescript added `--preserveWatchOutput`

2

lib/tsc-watch.js

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

const compilationStartedRegex = /Starting incremental compilation/;
const compilationCompleteRegex = / Compilation complete\. Watching for file changes\./;
const compilationCompleteRegex = /( Compilation complete\. Watching for file changes\.| Found \d+ error[s]?\. Watching for file changes\.)/;
const typescriptSuccessRegex = /Compilation complete/;

@@ -13,0 +13,0 @@ const typescriptWatchCommandRegex = /Watch input files\./;

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

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

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