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

@ntlib/status-monitor-nestjs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ntlib/status-monitor-nestjs - npm Package Compare versions

Comparing version

to
1.0.2

2

package.json
{
"name": "@ntlib/status-monitor-nestjs",
"version": "1.0.1",
"version": "1.0.2",
"description": "Realtime Monitoring for Express-based NestJS applications",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

# @ntlib/status-monitor-nestjs
Simple, self-hosted module based on Socket.io and Chart.js to report realtime server metrics for NestJS v7+ based servers.
Simple, self-hosted module based on Socket.io and Chart.js to report realtime server metrics for NestJS v9+ based servers.

@@ -9,18 +9,15 @@ ```sh

### NodeJS and Nest Compatibility Matrix.
####
| Node Version | Nest Version |
|--------------|--------------|
| ^18.x | ^9.x |
####
###
![Status monitor page](https://raw.githubusercontent.com/ntedgi/nestjs-status-monitor/main/assets/demo.gif?token=GHSAT0AAAAAACGYTHRFFTOGCQG3TJ6GCYSSZHMWXJQ)
## Installation & setup NestJS
1. Run `npm install @ntlib/status-monitor-nestjs --save`
1. Run `npm install @ntlib/status-monitor-nestjs @nestjs/platform-socket.io@9.4.3 --save`
2. Setup module import:

@@ -27,0 +24,0 @@