Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

statware

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statware - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

package.json
{
"name": "statware",
"description": "Node.js process/system/custom metrics aggregation suite with middle-ware like abilities.",
"version": "1.1.2",
"version": "1.1.3",
"author": "Bryce B. Baril <bryce@ravenwall.com>",

@@ -11,3 +11,3 @@ "dependencies": {

"devDependencies": {
"tape": "~2.14.0"
"tape": "~3.0.0"
},

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

@@ -51,4 +51,4 @@ "use strict";

proc.memory = process.memoryUsage()
proc.active_requests = process._getActiveRequests.length
proc.active_handles = process._getActiveHandles.length
proc.active_requests = process._getActiveRequests().length
proc.active_handles = process._getActiveHandles().length
proc.versions = process.versions

@@ -55,0 +55,0 @@ proc.node_env = process.env.NODE_ENV || ""

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc