Gathering detailed insights and metrics for @trongnd/ts-nodemon
Gathering detailed insights and metrics for @trongnd/ts-nodemon
Gathering detailed insights and metrics for @trongnd/ts-nodemon
Gathering detailed insights and metrics for @trongnd/ts-nodemon
npm install @trongnd/ts-nodemon
Typescript
Module System
Min. Node Version
Node Version
NPM Version
66.1
Supply Chain
86.4
Quality
74.6
Maintenance
50
Vulnerability
98.6
License
JavaScript (100%)
Total Downloads
22,224
Last Day
1
Last Week
2
Last Month
19
Last Year
579
3 Stars
7 Commits
2 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.3
Package Id
@trongnd/ts-nodemon@1.0.3
Unpacked Size
11.09 kB
Size
3.65 kB
File Count
11
NPM Version
6.1.0
Node Version
10.9.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
2
Compared to previous week
Last month
-52.5%
19
Compared to previous month
Last year
-52.8%
579
Compared to previous year
4
1
Compiles your TypeScript app and restarts when files are modified. Works with
typescript@>=2.7
.
ts-nodemon
runs TypeScript compiler in watch mode, and restarts Node.JS when TypeScript files are modified.
TypeScript compiler options are specified using tsconfig.json
file.
1# Locally in your project 2npm install -D @trongnd/ts-nodemon 3npm install -D typescript 4 5# Or globally (not recommended) 6npm install -g @trongnd/ts-nodemon 7npm install -g typescript
Check examples/test-project
for sample.
1# Usage 2# ts-nodemon --project <project> --tsconfig <tsconfig> --entry <entry> --exec <exec> --no-notify 3 4# Args: 5# project: will be passed as "tsc --project <project>" 6# optional, default: . 7# tsconfig: tsconfig file name 8# optional, default: tsconfig.json 9# entry: JS entry file will be run by NodeJS 10# optional, default: "main" field in "package.json" 11# exec: specify a custom command to run 12# optional 13# no-notify: turn off notification 14# by default notification is shown on error using "node-notifier" 15 16# Examples 17 18# use `tsconfig.json` in current working directory 19# use entry JS file from "main" field in "package.json" 20ts-nodemon 21 22# turn off notification 23ts-nodemon --no-notify 24 25# custom project location 26ts-nodemon --project ../project 27 28# custom tsconfig file name 29ts-nodemon --tsconfig tsconfig2.json 30 31# use "build/main.js" as entry file 32ts-nodemon --entry "build/main.js" 33 34# run command "yarn start" instead 35ts-nodemon --exec "yarn start"
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/7 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
16 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-06
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More