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

healthstats

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

healthstats - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "healthstats",
"version": "1.0.2",
"version": "1.0.3",
"description": "Calculate BMI, BMR, and IBW.",

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

@@ -5,3 +5,3 @@ #Health Stats

#####How to:
##### How to:
1. npm install healthstats

@@ -14,5 +14,5 @@ 2. include healthstats in your .js file

```
##Public Methods:
## Public Methods:
#####Body Masss Index - BMI
##### Body Masss Index - BMI
```javascript

@@ -22,3 +22,3 @@ health.female.BMI(weight, height);

```
#####Basal Metabolic Rate - BMR
##### Basal Metabolic Rate - BMR
>The amount of calories you need to

@@ -31,3 +31,3 @@ maintain body weight.

######BMR by lifestyle:
###### BMR by lifestyle:

@@ -53,3 +53,3 @@ > In order to call the following methods, you must first set a BMR value, or else you must pass a BMR value manually.

#####Ideal Body Weight - IBW
##### Ideal Body Weight - IBW
```javascript

@@ -60,5 +60,5 @@ health.female.IBW(height);

######Author: Alex Bennett
###### Author: Alex Bennett
> Licesnse: MIT
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