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

currency-codes

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

currency-codes - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

LICENSE

4

index.d.ts

@@ -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"
}
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