Socket
Socket
Sign inDemoInstall

zalopay-formatters

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

7

number-formatter.js

@@ -46,2 +46,6 @@ const numberFromString = function(value) {

const formatCurrencySign = function (num) {
return decimalString(num) + ' đ';
}
export default {

@@ -52,3 +56,4 @@ decimalString,

formatCurrency,
formatCurrencyWithK
formatCurrencyWithK,
formatCurrencySign
};

2

package.json
{
"name": "zalopay-formatters",
"version": "1.0.0",
"version": "1.0.1",
"description": "ZaloPay formatters",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc