Socket
Socket
Sign inDemoInstall

currency-codes

Package Overview
Dependencies
2
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0

2

index.d.ts

@@ -23,2 +23,4 @@ declare module "currency-codes" {

export const publishDate: string;
export const data: CurrencyCodeRecord[];
}

@@ -60,1 +60,2 @@ var first = require('first-match');

exports.publishDate = publishDate;
exports.data = data;

2

package.json
{
"name": "currency-codes",
"types": "index.d.ts",
"version": "2.0.0",
"version": "2.1.0",
"description": "Lookup currency codes based on ISO 4217",

@@ -6,0 +6,0 @@ "repository": "git://github.com/freeall/currency-codes.git",

@@ -14,1 +14,2 @@ var cc = require('./index');

assert(cc.numbers()[0] === '784');
assert(cc.data.length == 178);
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