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.11 to 1.0.12

2

lib/client.js

@@ -6,3 +6,3 @@ const { fork } = require('child_process');

start(...args) {
this.tsc = fork('./lib/tsc-watch.js', args, { stdio: 'inherit' });
this.tsc = fork(require.resolve('./tsc-watch.js'), args, { stdio: 'inherit' });
this.tsc.on('message', msg => this.emit(msg));

@@ -9,0 +9,0 @@ }

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