@types/react-input-autosize
Advanced tools
Comparing version 2.0.2 to 2.2.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-input-autosize 2.0 | ||
// Type definitions for react-input-autosize 2.2 | ||
// Project: https://github.com/JedWatson/react-input-autosize#readme | ||
@@ -17,2 +17,4 @@ // Definitions by: Jason Unger <https://github.com/jsonunger> | ||
placeholderIsMinWidth?: boolean; | ||
extraWidth?: string | number; | ||
injectStyles?: boolean; | ||
} | ||
@@ -19,0 +21,0 @@ |
{ | ||
"name": "@types/react-input-autosize", | ||
"version": "2.0.2", | ||
"version": "2.2.0", | ||
"description": "TypeScript definitions for react-input-autosize", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "e2d8394c612ec79ffbccfc615a1644d866fe052f233c37c1c612972fccf628c3", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "2bc216dde5412a69c9ce2b44a76d8483279e182c81d9d80ac2d7eb1eb756462d", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 25 Feb 2020 19:09:02 GMT | ||
* Last updated: Mon, 20 Jul 2020 21:22:10 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
3697
22