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.6 to 3.0.7

11

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

@@ -144,2 +144,7 @@ // Type definitions for react-phone-number-input 3.0

disabled?: boolean;
/**
* @deprecated
* `displayInitialValueAsLocalNumber` property has been
* superceded by `initialValueFormat` property.
*/
displayInitialValueAsLocalNumber?: boolean;

@@ -189,2 +194,8 @@ error?: string;

/**
* If an initial value is passed, and initialValueFormat property is not set, then the initial value
* is formatted in international format.
*/
initialValueFormat?: "national";
/**
* If `country` property is passed along with `international={true}` property

@@ -191,0 +202,0 @@ * then the phone number will be input in "international" format for that `country`

7

react-phone-number-input/package.json
{
"name": "@types/react-phone-number-input",
"version": "3.0.6",
"version": "3.0.7",
"description": "TypeScript definitions for react-phone-number-input",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-phone-number-input",
"license": "MIT",

@@ -49,4 +50,4 @@ "contributors": [

},
"typesPublisherContentHash": "1be81c4cba0c846655b12306c58d1cb3934bf85e49ecd8ac383371a2fa3799e7",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "adaec3190cb1f8e2e5f6b51a6d1afe9f8d80f9648b224a79d199746ca830c458",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Sat, 14 Nov 2020 10:43:54 GMT
* Last updated: Wed, 09 Jun 2021 14:01:27 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