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.13 to 1.0.14

2

CHANGELOG.md
# @gilamran/tsc-watch CHANGELOG
## v1.0.10 - 5/12/2017
## v1.0.14 - 18/01/2018
* Fixed Windows newline issue

@@ -5,0 +5,0 @@

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

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

#!/usr/bin/env node
require('./lib/tsc-watch');

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

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

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

{
"name": "tsc-watch",
"version": "1.0.13",
"version": "1.0.14",
"description": "The TypeScript compiler with onSuccess command",

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

@@ -0,0 +0,0 @@ # The TypeScript compiler with `--watch` and a new onSuccess argument

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

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

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

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