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

4

CHANGELOG.md
# ts-node-dev changelog
## 1.1.1 (2020-12-10)
- fix: remove duplicate compilation call
## 1.1.0 (2020-12-10)

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

1

lib/compiler.js

@@ -242,3 +242,2 @@ "use strict";

extHandler(m, fileName);
m._compile(code, fileName);
log.debug(fileName, 'compiled in', new Date().getTime() - starTime, 'ms');

@@ -245,0 +244,0 @@ };

{
"name": "ts-node-dev",
"version": "1.1.0",
"version": "1.1.1",
"description": "Compiles your TS app and restarts when files are modified.",

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