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.9 to 0.0.10

2

index.js

@@ -2460,3 +2460,3 @@ module.exports.byFips = function(code){

"capital": "Hanoi",
"fips": "VM",
"fips": "VN",
"iso2": "VN",

@@ -2463,0 +2463,0 @@ "iso3": "VNM",

{
"name": "country-code-lookup",
"version": "0.0.9",
"version": "0.0.10",
"description": "Finds countries by various country codes",
"main": "index.js",
"scripts": {
"test": "mocha test"
"test": "mocha"
},

@@ -25,3 +25,6 @@ "repository": {

},
"homepage": "https://github.com/richorama/country-code-lookup"
"homepage": "https://github.com/richorama/country-code-lookup",
"devDependencies": {
"mocha": "^5.2.0"
}
}

@@ -0,0 +0,0 @@ [![Build Status](https://travis-ci.org/richorama/country-code-lookup.svg?branch=master)](https://travis-ci.org/richorama/country-code-lookup)

@@ -0,0 +0,0 @@ var countries = require('./index.js');

Sorry, the diff of this file is not supported yet

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