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

heavy

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heavy - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

6

lib/index.js

@@ -128,3 +128,3 @@ 'use strict';

return Boom.serverTimeout('Server under heavy load (event loop)', load);
return Boom.serverUnavailable('Server under heavy load (event loop)', load);
}

@@ -135,3 +135,3 @@

return Boom.serverTimeout('Server under heavy load (heap)', load);
return Boom.serverUnavailable('Server under heavy load (heap)', load);
}

@@ -142,3 +142,3 @@

return Boom.serverTimeout('Server under heavy load (rss)', load);
return Boom.serverUnavailable('Server under heavy load (rss)', load);
}

@@ -145,0 +145,0 @@

{
"name": "heavy",
"description": "Measure process load",
"version": "4.0.2",
"version": "4.0.3",
"repository": "git://github.com/hapijs/heavy",

@@ -18,9 +18,9 @@ "main": "lib/index.js",

"dependencies": {
"boom": "3.x.x",
"boom": "4.x.x",
"hoek": "4.x.x",
"joi": "9.x.x"
"joi": "10.x.x"
},
"devDependencies": {
"code": "3.x.x",
"lab": "10.x.x"
"code": "4.x.x",
"lab": "11.x.x"
},

@@ -27,0 +27,0 @@ "scripts": {

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