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

react-country-state-city

Package Overview
Dependencies
Maintainers
1
Versions
17
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.0.5 to 1.0.6

4

package.json
{
"name": "react-country-state-city",
"version": "1.0.5",
"description": "React-country-state-city allows you to create a Select dropdown for countries, states, cities with search options.And also provide the language select bar.",
"version": "1.0.6",
"description": "React-country-state-city allows you to create a Select dropdown for countries, states, cities with search options.And also provide the option to create a language select dropdown to list all Languages.",
"main": "dist/cjs/index.js",

@@ -6,0 +6,0 @@ "module": "dist/esm/index.js",

# React-country-state-city
React-country-state-city allows you to create a responsive country, state, city dropdown with search options.
React-country-state-city allows you to create a responsive country, state, city dropdown with search options. And also provide the option to create a language select dropdown to list all Languages.

@@ -21,2 +21,3 @@ ## Installation

- And much more !
- Language dropdown to list and search all languages in English and native too.

@@ -30,2 +31,3 @@ ## The gist

StateSelect,
LanguageSelect,
} from "react-country-state-city";

@@ -63,2 +65,9 @@ import "react-country-state-city/dist/react-country-state-city.css";

/>
<h6>Language</h6>
<CitySelect
onChange={(e) => {
console.log(e);
}}
placeHolder="Select Language"
/>
</div>

@@ -65,0 +74,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