Socket
Socket
Sign inDemoInstall

country-locale-map

Package Overview
Dependencies
143
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.8

.eslintrc.json

0

index.js

@@ -0,0 +0,0 @@ const fs = require('fs');

9

package.json
{
"name": "country-locale-map",
"version": "1.0.6",
"version": "1.0.8",
"description": "provides mapping between country codes and default country locals",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha"
"test": "node_modules/.bin/mocha",
"lint": "eslint index.js",
"format": "prettier --write \"src/**/*.+(js|md|ts|css|sass|less|graphql|yml|yaml|scss|json|vue)\""
},

@@ -24,3 +26,6 @@ "keywords": [

"mocha": "^6.2.1"
},
"devDependencies": {
"eslint": "^6.5.1"
}
}

@@ -0,1 +1,2 @@

/* eslint-env node, mocha */
const chai = require('chai');

@@ -2,0 +3,0 @@ const expect = chai.expect;

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