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.28 to 1.0.29

3

CHANGELOG.md
# @gilamran/tsc-watch CHANGELOG
## v1.0.29 - 25/09/2018
* Fixed regression bug (Thanks to @onehorsetown)
## v1.0.28 - 25/09/2018

@@ -4,0 +7,0 @@ * Fixed command args extraction (Thanks to @mscharley)

2

lib/tsc-watch.js

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

const args = parts.splice(1);
return spawn(exec, parts, {
return spawn(exec, args, {
stdio: 'inherit'

@@ -78,0 +78,0 @@ })

{
"name": "tsc-watch",
"version": "1.0.28",
"version": "1.0.29",
"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