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.6 to 1.0.7

2

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

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

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

firstSuccessProcess = runCommand(onFirstSuccessCommand);
} else {
} else if (onSuccessCommand) {
successProcess = runCommand(onSuccessCommand);

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