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 4.2.3 to 4.3.3

2

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

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

@@ -89,3 +89,13 @@ Reactjs Component for International Telephone Input

#### inputProps
Object. If you want to set some property on the input element, you can pass in an object with the attribute. E.g.
```javascript
let inputProps={
readOnly: true
}
<ReactTelephoneInput inputProps={inputProps} ... />
```
## How to use it

@@ -92,0 +102,0 @@ - If you install it from `npm install`, you can just do `var ReactTelephoneInput = require('react-telephone-input');`

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