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.0 to 3.0.1

7

react-phone-number-input/index.d.ts
// Type definitions for react-phone-number-input 3.0
// Project: https://github.com/AdrienEtienne/react-phone-number-input
// Definitions by: Peter Yang <https://github.com/PeterYangIO>
// Adrien Etienne <https://github.com/AdrienEtienne>
// Adrien Etienne <https://github.com/AdrienEtienne>
// Jonathan Fleckenstein <https://github.com/fleck>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 3.0
// Minimum TypeScript Version: 3.5

@@ -41,3 +42,3 @@ import * as React from "react";

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

@@ -44,0 +45,0 @@ onChange: (value: string) => void;

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

@@ -16,2 +16,7 @@ "license": "MIT",

"githubUsername": "AdrienEtienne"
},
{
"name": "Jonathan Fleckenstein",
"url": "https://github.com/fleck",
"githubUsername": "fleck"
}

@@ -30,4 +35,4 @@ ],

},
"typesPublisherContentHash": "c247fa32587fe868d41373ca9bd84def7ab926b5ea075b5069b2c663f327e2b2",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "92d604ba1cb7a16ad7d019783c7c77c8d70edde3bd66ad92b0c9290331f74e25",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Fri, 17 Jan 2020 19:32:38 GMT
* Last updated: Tue, 28 Jan 2020 17:57:10 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Peter Yang (https://github.com/PeterYangIO), and Adrien Etienne (https://github.com/AdrienEtienne).
These definitions were written by Peter Yang (https://github.com/PeterYangIO), Adrien Etienne (https://github.com/AdrienEtienne), and Jonathan Fleckenstein (https://github.com/fleck).
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