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

country-locale-map

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

country-locale-map - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

index.js
const fs = require('fs');
function CLM() {
var clm = {};
var rawdata = fs.readFileSync('countries.json');
var rawdata = fs.readFileSync(__dirname+'/countries.json');
var countries = JSON.parse(rawdata);

@@ -6,0 +6,0 @@

{
"name": "country-locale-map",
"version": "0.1.4",
"version": "0.1.5",
"description": "provides mapping between country codes and default country locals",

@@ -5,0 +5,0 @@ "main": "index.js",

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