🚀 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.55

10

CHANGELOG.md
### Yalc changelog
## 1.0.0-pre.54
## 1.0.0-pre.54 (2020-07-24)
- handle JSX extension
- remove `node-notifier` from `peerDependencies`
## 1.0.0-pre.54 (2020-07-23)
- handle JSX extension, when `allowJs` enabled
## 1.0.0-pre.53 (2020-07-23)
- node-notifier to peerDeps
- move `node-notifier` to `peerDependencies`
- add --script-mode flag handling

@@ -11,0 +15,0 @@

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

@@ -43,4 +43,3 @@ "keywords": [

"ci-local": "docker run --name travis-debug -dit quay.io/travisci/ci-nodejs",
"manual": "ts-node test/manual/run.ts",
"postinstall": "echo If you want desktop-notifications you can run \"npm i node-notifier@^5.4.0\"!"
"manual": "ts-node test/manual/run.ts"
},

@@ -81,5 +80,4 @@ "dependencies": {

"peerDependencies": {
"node-notifier": "^5.4.0",
"typescript": "*"
}
}

@@ -60,2 +60,6 @@ # ts-node-dev

**Desktop Notifications**
If you want desktop-notifications you should install `node-notifier` package.
**Caveats and points of notice:**

@@ -62,0 +66,0 @@