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

4

CHANGELOG.md
# ts-node-dev changelog
## 1.1.3 (2021-02-25)
- fix: update bin scripts paths
## 1.1.2 (2021-02-25)

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

6

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

@@ -18,4 +18,4 @@ "keywords": [

"bin": {
"ts-node-dev": "./lib/bin.js",
"tsnd": "./lib/bin.js"
"ts-node-dev": "lib/bin.js",
"tsnd": "lib/bin.js"
},

@@ -22,0 +22,0 @@ "main": "./lib",