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

heavy

Package Overview
Dependencies
Maintainers
4
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.4 to 4.1.1

LICENSE.md

4

lib/index.js
'use strict';
// Load modules
const Boom = require('boom');

@@ -10,4 +8,2 @@ const Hoek = require('hoek');

// Declare internals
const internals = {};

@@ -14,0 +10,0 @@

{
"name": "heavy",
"description": "Measure process load",
"version": "4.0.4",
"version": "4.1.1",
"repository": "git://github.com/hapijs/heavy",
"engines": {
"node": ">=6.0.0"
},
"main": "lib/index.js",

@@ -14,19 +17,16 @@ "keywords": [

],
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"boom": "5.x.x",
"hoek": "4.x.x",
"joi": "10.x.x"
"joi": "12.x.x"
},
"devDependencies": {
"code": "4.x.x",
"lab": "13.x.x"
"lab": "14.x.x"
},
"scripts": {
"test": "lab -t 100 -a code -L",
"test-cov-html": "lab -t 100 -a code -L -r html -o coverage.html"
"test": "lab -t 100 -a code -L -l",
"test-cov-html": "lab -t 100 -a code -L -r html -o coverage.html -l"
},
"license": "BSD-3-Clause"
"license": "SEE LICENSE IN LICENSE.md"
}

@@ -1,7 +0,10 @@

#heavy
# heavy
Measure process load.
[![Build Status](https://secure.travis-ci.org/hapijs/heavy.png)](http://travis-ci.org/hapijs/heavy)
[![Build Status](https://travis-ci.org/hapijs/heavy.svg?branch=v4-commercial)](https://travis-ci.org/hapijs/heavy)
Lead Maintainer - [Kevin Decker](https://github.com/kpdecker)
## License
This version of the package requires a commercial license. You may not use, copy, or distribute it without first acquiring a commercial license from Sideway Inc. Using this software without a license is a violation of US and international law. To obtain a license, please contact [sales@sideway.com](mailto:sales@sideway.com). The open source version of this package can be found [here](https://github.com/hapijs/heavy).

Sorry, the diff of this file is not supported yet

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