🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

ts-node-dev

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-node-dev - npm Package Compare versions

Comparing version

to
1.0.0-pre.63

6

CHANGELOG.md
### Yalc changelog
## 1.0.0-pre.62 (2020-09-22)
## 1.0.0-pre.63 (2020-09-22)
- fix --cache-directory flag
## 1.0.0-pre.62 (2020-08-22)
- fix child fork override

@@ -6,0 +10,0 @@

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

'watch',
'cache-directory',
],

@@ -91,0 +92,0 @@ };

2

package.json
{
"name": "ts-node-dev",
"version": "1.0.0-pre.62",
"version": "1.0.0-pre.63",
"description": "Compiles your TS app and restarts when files are modified.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -19,4 +19,2 @@ # ts-node-dev

`ts-node` dependency version is not fixed, so it will install the latest version by default.
## Usage

@@ -56,2 +54,3 @@

* `--notify` - to display desktop-notifications (Notifications are only displayed if `node-notifier` is installed).
* `--cache-directory` - tmp dir which is used to keep the compiled sources

@@ -58,0 +57,0 @@ If you need to detect that you are running with `ts-node-dev`, check if `process.env.TS_NODE_DEV` is set.