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

beerbay-math

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beerbay-math - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

2

package.json
{
"name": "beerbay-math",
"version": "1.1.8",
"version": "1.1.9",
"description": "",

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

@@ -16,3 +16,2 @@ "use strict";

var MIN_PRICE = 1.0;
/**

@@ -22,3 +21,2 @@ * Given a decimal amount return the version in cents

*/
var fromDecimalToInteger = function fromDecimalToInteger(amount) {

@@ -25,0 +23,0 @@ return parseInt(amount * 100);

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