@types/react-modal
Advanced tools
Comparing version 3.10.4 to 3.10.5
@@ -11,2 +11,3 @@ // Type definitions for react-modal 3.10 | ||
// Juwan Wheatley <https://github.com/fiberjw> | ||
// Nitzan Mousan <https://github.com/nitzanmo> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -129,2 +130,5 @@ // TypeScript Version: 2.8 | ||
testId?: string; | ||
/* String value of an id attribute to be applied to the modal content */ | ||
id?: string; | ||
} | ||
@@ -131,0 +135,0 @@ } |
{ | ||
"name": "@types/react-modal", | ||
"version": "3.10.4", | ||
"version": "3.10.5", | ||
"description": "TypeScript definitions for react-modal", | ||
@@ -46,2 +46,7 @@ "license": "MIT", | ||
"githubUsername": "fiberjw" | ||
}, | ||
{ | ||
"name": "Nitzan Mousan", | ||
"url": "https://github.com/nitzanmo", | ||
"githubUsername": "nitzanmo" | ||
} | ||
@@ -60,4 +65,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "975cb5cc70dcec226ffef3ec07cb8ac5d45f399be6bf3a97ac293076a9e8b8e4", | ||
"typesPublisherContentHash": "e4724d037537f5a4aeb42f27c2dc92bcf25efd50d5726377494a91afa37f9c57", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 17 Jan 2020 18:31:14 GMT | ||
* Last updated: Tue, 18 Feb 2020 01:23:08 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -17,2 +17,2 @@ * Global values: `ReactModal` | ||
# Credits | ||
These definitions were written by Rajab Shakirov (https://github.com/radziksh), Drew Noakes (https://github.com/drewnoakes), Thomas B Homburg (https://github.com/homburg), Tatu Tamminen (https://github.com/ttamminen), Uwe Wiemer (https://github.com/hallowatcher), Peter Blazejewicz (https://github.com/peterblazejewicz), Justin Powell (https://github.com/jpowell), and Juwan Wheatley (https://github.com/fiberjw). | ||
These definitions were written by [Rajab Shakirov](https://github.com/radziksh), [Drew Noakes](https://github.com/drewnoakes), [Thomas B Homburg](https://github.com/homburg), [Tatu Tamminen](https://github.com/ttamminen), [Uwe Wiemer](https://github.com/hallowatcher), [Peter Blazejewicz](https://github.com/peterblazejewicz), [Justin Powell](https://github.com/jpowell), [Juwan Wheatley](https://github.com/fiberjw), and [Nitzan Mousan](https://github.com/nitzanmo). |
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
9974
113