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

locale-currency

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

locale-currency - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

index.d.ts

3

package.json
{
"name": "locale-currency",
"version": "0.0.1",
"version": "0.0.2",
"description": "A map of i18n country codes to ISO 4217 currency codes. Originally generated from the output of java.util.Currency.getInstance(locale)",
"main": "index.js",
"types": "./index.d.ts",
"scripts": {

@@ -7,0 +8,0 @@ "test": "node test.js"

@@ -6,3 +6,3 @@ # locale-currency

var LocaleCurrency = require('./');
var LocaleCurrency = require('locale-currency');
var assert = require('assert');

@@ -9,0 +9,0 @@ assert(LocaleCurrency.getCurrency("us") === "USD");

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