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

antd-country-phone-input

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antd-country-phone-input - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

lib/index.js

@@ -19,3 +19,3 @@ var __assign = (this && this.__assign) || function () {

var defaultCountry = useMemo(function () {
return countries.find(function (c) { return c.en === 'China'; });
return countries.find(function (c) { return c.short === 'CN'; });
}, []);

@@ -22,0 +22,0 @@ var _b = useState(defaultCountry), country = _b[0], setCountry = _b[1];

{
"name": "antd-country-phone-input",
"version": "0.3.0",
"version": "0.3.1",
"description": "Country phone input component as standard Ant.Design form item",

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