New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-country-state-city

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-country-state-city - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

3

dist/cjs/types/index.d.ts

@@ -20,2 +20,3 @@ export interface Country {

longitude: string;
hasStates: boolean;
}

@@ -31,2 +32,3 @@ export interface Phonecodes {

name: string;
hasCountries: boolean;
}

@@ -39,2 +41,3 @@ export interface State {

longitude: string;
hasCities: boolean;
}

@@ -41,0 +44,0 @@ export interface Language {

@@ -20,2 +20,3 @@ export interface Country {

longitude: string;
hasStates: boolean;
}

@@ -31,2 +32,3 @@ export interface Phonecodes {

name: string;
hasCountries: boolean;
}

@@ -39,2 +41,3 @@ export interface State {

longitude: string;
hasCities: boolean;
}

@@ -41,0 +44,0 @@ export interface Language {

@@ -20,2 +20,3 @@ export interface Country {

longitude: string;
hasStates: boolean;
}

@@ -31,2 +32,3 @@ export interface Phonecodes {

name: string;
hasCountries: boolean;
}

@@ -39,2 +41,3 @@ export interface State {

longitude: string;
hasCities: boolean;
}

@@ -41,0 +44,0 @@ export interface Language {

2

package.json
{
"name": "react-country-state-city",
"version": "1.1.10",
"version": "1.1.11",
"description": "A lightweight and easy-to-use React library that provides a comprehensive list of regions or continents, countries, states, cities languages, and country phone codes for creating dynamic and searchable dropdowns. Ideal for building forms and input fields that require accurate and up-to-date geographical selections, with seamless integration for improved user experience.",

@@ -5,0 +5,0 @@ "main": "dist/cjs/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