currency-codes
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -10,7 +10,7 @@ declare module "currency-codes" { | ||
export function code(code: string): CurrencyCodeRecord; | ||
export function code(code: string): CurrencyCodeRecord | undefined; | ||
export function country(country: string): CurrencyCodeRecord[]; | ||
export function number(number: string): CurrencyCodeRecord; | ||
export function number(number: string): CurrencyCodeRecord | undefined; | ||
@@ -17,0 +17,0 @@ export function codes(): string[]; |
{ | ||
"name": "currency-codes", | ||
"types": "index.d.ts", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Lookup currency codes based on ISO 4217", | ||
@@ -23,3 +23,4 @@ "repository": "git://github.com/freeall/currency-codes.git", | ||
"test": "node test.js" | ||
} | ||
}, | ||
"license": "MIT" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
33748
7
0