🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

react-phone-input-2

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-phone-input-2 - npm Package Versions

124

2.9.3

Diff
bl00mber
published 2.9.3 •

Changelog

Source

2.9.3 (April 8, 2019)

  • SSR support (removed references to browser objects)
  • Change importing method
  • defaultCountry update fix #70
  • Add disableSearchIcon, searchStyle props
  • Tests
bl00mber
published 2.9.2 •
bl00mber
published 2.9.1 •
bl00mber
published 2.9.0 •
bl00mber
published 2.8.0 •

Changelog

Source

2.8.0 (February 20, 2019)

  • Custom phone masks
  • Localization using iso2 codes
  • Upgrade dependencies & webpack #65 @jnsdls
  • Remove lodash #44
  • Keep detection of area codes with disableAreaCodes #49
  • Drop setSelectionRange() check #50
  • Customizable placeholder for search field
  • Update phone masks
  • Fix first number cutting #72
bl00mber
published 2.7.1 •

Changelog

Source

2.7.1 (November 29, 2018)

  • Styles update, fix SearchField autoFocus
  • SearchField @awthwathje
bl00mber
published 2.7.0 •
bl00mber
published 2.6.1 •

Changelog

Source

2.6.1 (September 26, 2018)

  • Pass props into the input via inputExtraProps
  • Remove autoFocus, name, required props
bl00mber
published 2.6.0 •
bl00mber
published 2.5.1 •

Changelog

Source

2.5.1 (July 26, 2018)

  • Add autoFocus prop to input @mikesholiu
  • Focus and highlight preferred country
  • Abstracts global document and document related properties @Alex-ray