country-code-lookup
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
54849
1