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

@types/react-phone-number-input

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-phone-number-input - npm Package Compare versions

Comparing version 3.0.14 to 3.0.15

6

react-phone-number-input/index.d.ts

@@ -12,3 +12,3 @@ // Type definitions for react-phone-number-input 3.0

import * as React from 'react';
import * as React from "react";

@@ -120,3 +120,3 @@ /**

export interface PhoneInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'onChange'> {
export interface PhoneInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange"> {
// Required props

@@ -227,3 +227,3 @@ onChange: (value: string) => void;

*/
initialValueFormat?: 'national';
initialValueFormat?: "national";

@@ -230,0 +230,0 @@ /**

@@ -1,4 +0,4 @@

import * as React from 'react';
import * as React from "react";
export interface PhoneInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'onChange'> {
export interface PhoneInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange"> {
/**

@@ -5,0 +5,0 @@ * If country is specified then the phone number can only be input in "national"

{
"name": "@types/react-phone-number-input",
"version": "3.0.14",
"version": "3.0.15",
"description": "TypeScript definitions for react-phone-number-input",

@@ -50,4 +50,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-phone-number-input",

},
"typesPublisherContentHash": "04e5ce2ed34417bf2f61f79ebfc1f9dd0d5afbb029f1bdba12fd568f80036a9b",
"typeScriptVersion": "3.9"
"typesPublisherContentHash": "5ff38e6a9bb5abdf155bf0ab06c1fa493d39d935aca6e571738c2ab982d48ead",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 01 Jun 2022 17:01:28 GMT
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -14,0 +14,0 @@ * Global values: none

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