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 3.0.0 to 3.0.1

0

example/main.js
setInterval(() => console.log(Math.random()), 1000);
setInterval(() => console.log(Math.random()), 1000);

@@ -0,0 +0,0 @@ function removeRunnerArgs(args) {

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

@@ -0,0 +0,0 @@ const psTree = require('ps-tree');

@@ -0,0 +0,0 @@ const spawn = require('cross-spawn');

@@ -0,0 +0,0 @@ const stripAnsi = require('strip-ansi');

@@ -0,0 +0,0 @@ #!/usr/bin/env node

2

package.json
{
"name": "tsc-watch",
"version": "3.0.0",
"version": "3.0.1",
"description": "The TypeScript compiler with onSuccess command",

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

@@ -58,3 +58,3 @@ [![Build Status](https://travis-ci.com/gilamran/tsc-watch.svg?branch=master)](https://travis-ci.com/gilamran/tsc-watch)

watch.on('subsequent_success', () => {
watch.on('success', () => {
// Your code goes here...

@@ -61,0 +61,0 @@ });

@@ -0,0 +0,0 @@ const fs = require('fs');

@@ -0,0 +0,0 @@ const { expect } = require('chai');

@@ -0,0 +0,0 @@ const { expect } = require('chai');

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

@@ -0,0 +0,0 @@ const { expect } = require('chai');

Sorry, the diff of this file is not supported yet

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