Socket
Socket
Sign inDemoInstall

currency-icons

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.11 to 1.0.12

4

package.json
{
"name": "currency-icons",
"version": "1.0.11",
"version": "1.0.12",
"description": "Icons for all currencies",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"build": "poetry run python generate-icons.py && tsc",
"test": "node index.test.js"

@@ -9,0 +9,0 @@ },

@@ -1,2 +0,4 @@

# currency-icons
# Currency Icons
> Icons for all circulating currencies in the world, generated from Wikipedia data
All currency data is directly sourced from [this wikipedia page](https://en.wikipedia.org/wiki/List_of_circulating_currencies).

@@ -9,4 +11,3 @@

poetry install
poetry shell
python generate-icons.py
npm install
npm run build

@@ -29,1 +30,6 @@ ```

- This is the only package that provides images, this is important because if you display currency symbols directly to your users, some of the currency symbols will be displayed as tofu (those ugly boxes) because the end user isn't using a font that supports those glyphs.
## License
- Currency symbols come from wikipedia and are under the [Creative Commons Attribution-ShareAlike 3.0 Unported License](https://creativecommons.org/licenses/by-sa/3.0/).
- Icons are generated using the Noto font, which is under the [SIL Open Font License (OFL)](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL)
, that has been approved by both OSI and FSF and permits free use, modification and distribution of the font or derived products.

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

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