Socket
Socket
Sign inDemoInstall

currency-formatter

Package Overview
Dependencies
2
Maintainers
1
Versions
40
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

36

currencies.js

@@ -192,2 +192,11 @@ module.exports = [

{
code: 'BTC',
symbol: 'Ƀ',
thousandsSeparator: ',',
decimalSeparator: '.',
symbolOnLeft: false,
spaceBetweenAmountAndSymbol: false,
decimalDigits: 2
},
{
code: 'BTN',

@@ -408,2 +417,11 @@ symbol: 'Nu.',

},
{
code: 'FKP',
symbol: '£',
thousandsSeparator: ',',
decimalSeparator: '.',
symbolOnLeft: true,
spaceBetweenAmountAndSymbol: false,
decimalDigits: 2
},
{

@@ -815,2 +833,11 @@ code: 'GBP',

{
code: 'MTL',
symbol: '₤',
thousandsSeparator: ',',
decimalSeparator: '.',
symbolOnLeft: true,
spaceBetweenAmountAndSymbol: false,
decimalDigits: 2
},
{
code: 'MUR',

@@ -1149,2 +1176,11 @@ symbol: '₨',

{
code: 'SVC',
symbol: '₡',
thousandsSeparator: ',',
decimalSeparator: '.',
symbolOnLeft: true,
spaceBetweenAmountAndSymbol: false,
decimalDigits: 2
},
{
code: 'SYP',

@@ -1151,0 +1187,0 @@ symbol: '£',

2

package.json
{
"name": "currency-formatter",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple Javascript utility that helps you to display currency properly",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc