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

@nlo/currency-formatter

Package Overview
Dependencies
Maintainers
6
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nlo/currency-formatter - npm Package Compare versions

Comparing version 0.0.1-alpha.84 to 0.0.1-alpha.85

4

dist/currency-formatter.js

@@ -63,4 +63,4 @@ "use strict";

}
money = money * 100;
return Math.round(money);
var cents = money * 100;
return Math.round(cents);
};

@@ -67,0 +67,0 @@ CurrencyFormatter.prototype.isUnsafeInteger = function (integer) {

{
"name": "@nlo/currency-formatter",
"version": "0.0.1-alpha.84+4afcc9b",
"version": "0.0.1-alpha.85+004eb93",
"description": "",

@@ -23,3 +23,3 @@ "main": "dist/index.js",

},
"gitHead": "4afcc9b493bf488d41983d4cc214d53e327e79f4"
"gitHead": "004eb9393ef1a6164c0d0c919e3d84da0c399672"
}
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