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

typographic-currency-db

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typographic-currency-db - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

2

package.json
{
"name": "typographic-currency-db",
"version": "0.0.1",
"version": "1.0.0",
"description": "Raw data about typographic currency",

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

@@ -11,2 +11,15 @@ # typographic-currency-db

## Usage
Use correct currency symbols. Just use name of currency in international format [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217).
```js
import currencyDB from 'typographic-currency-db';
currencyDB['USD']; // $
currencyDB['KZT']; // ₸
currencyDB['JPY']; // ¥
```
## License

@@ -13,0 +26,0 @@

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