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

@types/country-list

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/country-list - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

4

country-list v1.1/index.d.ts

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

export default function Countries(): {
declare function Countries(): {
/**

@@ -37,1 +37,3 @@ * Expects a two-digit country code. Returns the name for that country. If not found, it returns undefined.

};
export = Countries;
{
"name": "@types/country-list",
"version": "1.1.4",
"version": "1.1.5",
"description": "TypeScript definitions for country-list",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/country-list",

"dependencies": {},
"typesPublisherContentHash": "fb98c3b4c546eecabeca8577a86f7e875f56fbdbdaa35dc7ba4dc62d827357bb",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "f73dc03e335ee4bfdb92198a18031708a5c5f5dce1de4f2bad572c50d926e5bd",
"typeScriptVersion": "4.8"
}

@@ -11,3 +11,3 @@ # Installation

````ts
export default function Countries(): {
declare function Countries(): {
/**

@@ -49,6 +49,8 @@ * Expects a two-digit country code. Returns the name for that country. If not found, it returns undefined.

export = Countries;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Last updated: Fri, 27 Sep 2024 16:40:34 GMT
* Dependencies: none

@@ -55,0 +57,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