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

react-telephone-input

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-telephone-input - npm Package Compare versions

Comparing version 1.2.8 to 1.2.9

2

package.json
{
"name": "react-telephone-input",
"version": "1.2.8",
"version": "1.2.9",
"description": "React component for entering and validating international telephone numbers",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -411,4 +411,3 @@ 'use strict';

getCountryDropDownList() {
var countryDropDownList = map([this.state.preferredCountries, ...this.props.onlyCountries], function(country, index) {
var countryDropDownList = map(this.state.preferredCountries.concat(this.props.onlyCountries), function(country, index) {
let itemClasses = classNames({

@@ -415,0 +414,0 @@ country: true,

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