New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.0 to 1.3.1

2

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

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

@@ -481,3 +481,3 @@ 'use strict';

onClick={this.handleInputClick}
onFocus={this.handleInputFocus}
oncdFocus={this.handleInputFocus}
onKeyDown={this.handleInputKeyDown}

@@ -488,2 +488,3 @@ value={this.state.formattedNumber}

className={inputClasses}
autoComplete='tel'
placeholder='+1 (702) 123-4567'/>

@@ -490,0 +491,0 @@ <div ref='flagDropDownButton' className={flagViewClasses} onKeyDown={this.handleKeydown} >

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

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