currency-map-symbol
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"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 @@ /* => |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0