Socket
Socket
Sign inDemoInstall

react-country-region-selector

Package Overview
Dependencies
8
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.4.0

8

index.d.ts

@@ -29,3 +29,3 @@ // Type definitions for react-country-region-selector 3.0.1 by

*/
onChange: (val: string, e?: React.ChangeEvent<T>) => void;
onChange: (val: string, e: React.ChangeEvent<T>) => void;

@@ -39,3 +39,3 @@ /**

*/
onBlur?: (val: string, e?: React.ChangeEvent<T>) => void;
onBlur?: (val: string, e: React.ChangeEvent<T>) => void;

@@ -157,3 +157,3 @@ /**

*/
onChange: (val: string, e?: React.ChangeEvent<T>) => void;
onChange: (val: string, e: React.ChangeEvent<T>) => void;

@@ -167,3 +167,3 @@ /**

*/
onBlur?: (val: string, e?: React.ChangeEvent<T>) => void;
onBlur?: (val: string, e: React.ChangeEvent<T>) => void;

@@ -170,0 +170,0 @@ /**

{
"name": "react-country-region-selector",
"version": "3.3.0",
"version": "3.4.0",
"description": "CountryDropdown and RegionDropdown React components for your forms.",

@@ -40,3 +40,3 @@ "author": "country-regions",

"babel-preset-stage-0": "^6.24.1",
"country-region-data": "^1.10.0",
"country-region-data": "^1.11.0",
"cross-env": "^5.1.4",

@@ -43,0 +43,0 @@ "enzyme": "^3.6.0",

@@ -179,2 +179,5 @@ # react-country-region-selector

### Changelog
- `3.4.0` - Oct 24, 2021
- Typings fix.
- Upgrade country-region-data to 1.11.0.
- `3.3.0` - Aug 17, 2021

@@ -181,0 +184,0 @@ - Upgrade country-region-data to 1.10.0.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc