@types/react-maskedinput
Advanced tools
Comparing version 4.0.0 to 4.0.1
// Type definitions for react-maskedinput 4.0 | ||
// Project: https://github.com/insin/react-maskedinput | ||
// Definitions by: Karol Janyst <https://github.com/LKay>, | ||
// Adam Lavin <https://github.com/lavoaster> | ||
// Definitions by: Karol Janyst <https://github.com/LKay> | ||
// Adam Lavin <https://github.com/lavoaster> | ||
// Carlos Bonetti <https://github.com/CarlosBonetti> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -19,3 +20,3 @@ // TypeScript Version: 2.3 | ||
export interface MaskedInputProps extends React.HTMLAttributes<any> { | ||
export interface MaskedInputProps extends React.InputHTMLAttributes<any> { | ||
mask: string; | ||
@@ -22,0 +23,0 @@ formatCharacter?: CharsFormatters; |
{ | ||
"name": "@types/react-maskedinput", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "TypeScript definitions for react-maskedinput", | ||
@@ -14,2 +14,6 @@ "license": "MIT", | ||
"url": "https://github.com/lavoaster" | ||
}, | ||
{ | ||
"name": "Carlos Bonetti", | ||
"url": "https://github.com/CarlosBonetti" | ||
} | ||
@@ -27,4 +31,4 @@ ], | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "3e0947b9dd638a5bd12437b8597a17d29b357c3caaed1ae8b814bd750921c2c9", | ||
"typesPublisherContentHash": "760f36ba7046a9f1c64fc269cdfb0c948f494d44894bc23ad022c1d23f85db45", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 17 Jul 2017 19:27:11 GMT | ||
* Last updated: Wed, 09 Aug 2017 14:12:23 GMT | ||
* Dependencies: react | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Karol Janyst <https://github.com/LKay>, Adam Lavin <https://github.com/lavoaster>. | ||
These definitions were written by Karol Janyst <https://github.com/LKay>, Adam Lavin <https://github.com/lavoaster>, Carlos Bonetti <https://github.com/CarlosBonetti>. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3568
22