Socket
Socket
Sign inDemoInstall

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.20 to 0.0.22

2

index.d.ts

@@ -17,4 +17,2 @@ export interface Country {

declare function search(field: string, code: string | number): SearchOutput;
export function byFips(code: string): SearchOutput;

@@ -21,0 +19,0 @@

2

index.js

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

country: 'Ukraine',
capital: 'Kiev',
capital: 'Kyiv',
fips: 'UP',

@@ -2367,0 +2367,0 @@ iso2: 'UA',

{
"name": "country-code-lookup",
"version": "0.0.20",
"version": "0.0.22",
"description": "Finds countries by various country codes",

@@ -28,4 +28,4 @@ "main": "index.js",

"devDependencies": {
"mocha": "^5.2.0"
"mocha": "^10.1.0"
}
}
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