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 4.2.8 to 4.2.9

4

CHANGELOG.md
# @gilamran/tsc-watch CHANGELOG
## v4.2.9 - 23/6/2020
fix: upgrade cross-spawn and strip-ansi (node 8+) - (Thanks to @FauxFaux for the PR)
## v4.2.8 - 23/5/2020

@@ -4,0 +8,0 @@

module.exports = require('./lib/client');
setInterval(() => console.log(Math.random()), 1000);
setInterval(() => console.log(Math.random()), 1000);

@@ -0,0 +0,0 @@ {

@@ -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

8

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

@@ -35,7 +35,7 @@ "scripts": {

"dependencies": {
"cross-spawn": "^5.1.0",
"cross-spawn": "^7.0.3",
"node-cleanup": "^2.1.2",
"ps-tree": "^1.2.0",
"string-argv": "^0.1.1",
"strip-ansi": "^4.0.0"
"strip-ansi": "^6.0.0"
},

@@ -47,3 +47,3 @@ "peerDependencies": {

"chai": "^4.2.0",
"fs-extra": "^5.0.0",
"fs-extra": "^8.1.0",
"mocha": "^7.1.2",

@@ -50,0 +50,0 @@ "mocha-eventually": "^1.1.0",

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

@@ -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 fse = require('fs-extra');

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

@@ -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

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