New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

currency-map-symbol

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

currency-map-symbol - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

package.json
{
"name": "currency-map-symbol",
"version": "4.0.0",
"version": "4.0.1",
"description": "A function to lookup the currency symbol for a given currency code",

@@ -5,0 +5,0 @@ "main": "currency-map-symbol.js",

@@ -20,6 +20,6 @@ <h1 align="left">

// ES5
const getSymbolFromCurrency = require('currency-symbol-map')
const getSymbolFromCurrency = require('currency-map-symbol')
// ES6
import getSymbolFromCurrency from 'currency-symbol-map'
import getSymbolFromCurrency from 'currency-map-symbol'

@@ -35,6 +35,6 @@ getSymbolFromCurrency('GBP') //=> '£'

// ES5
const getSymbolFromCurrency = require('currency-symbol-map')
const getSymbolFromCurrency = require('currency-map-symbol')
// ES6
import getSymbolFromCurrency from 'currency-symbol-map'
import getSymbolFromCurrency from 'currency-map-symbol'

@@ -41,0 +41,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