New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@infinitetoolbox/bmi-calculator

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infinitetoolbox/bmi-calculator - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

15

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

# 0.2.0 (2020-01-12)
# 0.1.0 (2019-04-12)

@@ -13,1 +17,12 @@

* **bmi-calculator:** bootstrap bmi-calculator package ([e42e5c1](https://github.com/infinitetoolbox/calculators/packages/bmi-calculator/commit/e42e5c1))
# 0.1.0 (2019-04-12)
### Features
* **bmi-calculator:** bootstrap bmi-calculator package ([e42e5c1](https://github.com/infinitetoolbox/calculators/packages/bmi-calculator/commit/e42e5c1))

7

package.json
{
"name": "@infinitetoolbox/bmi-calculator",
"version": "0.1.0",
"version": "0.2.0",
"description": "BMI calculator",

@@ -50,3 +50,3 @@ "main": "build/main/index.js",

"npm-run-all": "^4.1.5",
"nyc": "^13.1.0",
"nyc": "^14.1.1",
"opn-cli": "^4.0.0",

@@ -76,4 +76,3 @@ "prettier": "^1.15.2",

]
},
"gitHead": "eac1306ed1337b8a37c8524b5a294f29b63c4c51"
}
}

@@ -1,3 +0,28 @@

# bmi-calculator
# BMI Calculator
BMI calculator
[![Build Status](https://travis-ci.org/infinitetoolbox/calculators.svg?branch=master)](https://travis-ci.org/infinitetoolbox/calculators)
> Body Mass Index (BMI) calculator module
## Install
```
$ npm install @infinitetoolbox/bmi-calculator
```
## Usage
```js
import bmiCalculator from '@infinitetoolbox/bmi-calculator';
const bmi = bmiCalculator(mass, height);
```
## Maintainers
[![Emmanuel Gautier](https://avatars0.githubusercontent.com/u/2765366?s=144)](https://www.emmanuelgautier.fr) |
--- |
[Emmanuel Gautier](https://www.emmanuelgautier.fr) |
## License
MIT © [Infinitetoolbox](https://calculators.infinitetoolbox.org)
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