Socket
Socket
Sign inDemoInstall

nstats

Package Overview
Dependencies
2
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.1 to 4.1.2

1

nstats.js

@@ -205,2 +205,3 @@ const fp = require('fastify-plugin')

var pstring = "";
pstring += `nstats_server_version{major="${this.data.server_version_major}", minor="${this.data.server_version_minor}", patch="${this.data.server_version_patch}", pre="${this.data.server_version_pre}"} 1 \n`
var flatData = this._flattenObjectPrometheus(this.data, "");

@@ -207,0 +208,0 @@ var keys = Object.keys(flatData);

2

package.json
{
"name": "nstats",
"version": "4.1.1",
"version": "4.1.2",
"description": "A fast and compact way to get all your network and process stats for your node application.",

@@ -5,0 +5,0 @@ "main": "nstats.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc