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

country-code-lookup

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

country-code-lookup - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

5

index.js

@@ -5,4 +5,5 @@

function load(){
var data = require('fs').readFileSync('country-codes.csv').toString().split('\r\n');
var path = require('path');
var data = require('fs').readFileSync(path.join(__dirname, 'country-codes.csv')).toString().split('\r\n');
var headings = data[0].split(',');

@@ -9,0 +10,0 @@

2

package.json
{
"name": "country-code-lookup",
"version": "0.0.0",
"version": "0.0.1",
"description": "Finds countries by various country codes",

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