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

@osskit/currencies

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@osskit/currencies - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

16

dist/data.d.ts

@@ -1386,2 +1386,18 @@ export declare const data: {

};
readonly XTS: {
readonly code: "XTS";
readonly number: "963";
readonly digits: 0;
readonly currency: "Codes specifically reserved for testing purposes";
readonly countries: readonly ["Zz06_testing_code"];
readonly symbol: "";
};
readonly XXX: {
readonly code: "XXX";
readonly symbol: "";
readonly number: "999";
readonly digits: 0;
readonly currency: "The codes assigned for transactions where no currency is involved";
readonly countries: readonly ["Zz07_no_currency"];
};
readonly YER: {

@@ -1388,0 +1404,0 @@ readonly code: "YER";

@@ -446,2 +446,18 @@ export const data = {

},
XTS: {
code: 'XTS',
number: '963',
digits: 0,
currency: 'Codes specifically reserved for testing purposes',
countries: ['Zz06_testing_code'],
symbol: '',
},
XXX: {
code: 'XXX',
symbol: '',
number: '999',
digits: 0,
currency: 'The codes assigned for transactions where no currency is involved',
countries: ['Zz07_no_currency'],
},
YER: { code: 'YER', number: '886', digits: 2, currency: 'Yemeni Rial', countries: ['Yemen'], symbol: '﷼' },

@@ -448,0 +464,0 @@ ZAR: { code: 'ZAR', number: '710', digits: 2, currency: 'Rand', countries: ['Lesotho', 'Namibia', 'South Africa'], symbol: 'R' },

2

package.json
{
"name": "@osskit/currencies",
"version": "1.0.0",
"version": "1.0.1",
"repository": {

@@ -5,0 +5,0 @@ "url": "https://github.com/osskit/currencies"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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