New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

react-native-intl-phone-input

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-intl-phone-input - npm Package Compare versions

Comparing version

to
1.2.25

{
"name": "react-native-intl-phone-input",
"version": "1.2.24",
"version": "1.2.25",
"description": "It is an international phone component.",

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

@@ -27,3 +27,4 @@ import React from 'react';

mask: defaultCountry.mask,
countryData: data
countryData: data,
selectedCountry:defaultCountry
};

@@ -84,3 +85,4 @@ }

mask: country.mask,
phoneNumber: ''
phoneNumber: '',
selectedCountry:country
});

@@ -94,3 +96,4 @@ this.hideModal();

mask: defaultCountry.mask,
phoneNumber: ''
phoneNumber: '',
selectedCountry:defaultCountry
});

@@ -97,0 +100,0 @@ }