
Product
Announcing Bun and vlt Support in Socket
Bringing supply chain security to the next generation of JavaScript package managers
@heathmont/money
Advanced tools
npm install --save "@heathmont/money"
import { toInteger, fromInteger, convertUnit } from "@heathmont/money";
toInteger(111111.222333443, 'BTC')
11111122233344
toInteger(111111222.333443, 'BTC', 'mBTC')
11111122233344
toInteger(111111.223332, 'EUR')
11111122333
toInteger(11111122.3332, 'EUR', 'cent')
11111122333
fromInteger(11111122233344, 'BTC')
111111.22233344
fromInteger(11111122233344, 'BTC', 'uBTC')
111111222333.44
fromInteger(11111122333, 'EUR')
111111.22333
fromInteger(11111122333, 'EUR', 'cent')
11111122.333
convertUnit(111111222.333443, 'BTC', 'mBTC', 'uBTC')
111111222333.44
convertUnit(111111.223332, 'EUR', 'EUR', 'cent')
11111122.333
FAQs
```bash npm install --save "@heathmont/money" ```
We found that @heathmont/money demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 139 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.