@types/prop-types
Advanced tools
Comparing version 15.7.4 to 15.7.5
@@ -20,6 +20,5 @@ // Type definitions for prop-types 15.7 | ||
export interface ReactNodeArray extends Array<ReactNodeLike> {} | ||
export interface ReactNodeArray extends Iterable<ReactNodeLike> {} | ||
export type ReactNodeLike = | ||
| {} | ||
| ReactElementLike | ||
@@ -26,0 +25,0 @@ | ReactNodeArray |
{ | ||
"name": "@types/prop-types", | ||
"version": "15.7.4", | ||
"version": "15.7.5", | ||
"description": "TypeScript definitions for prop-types", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prop-types", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "261f968d22ac28d057fe4ab49115e62efdd66bb6d56ed3ff4bf96549fa3651d9", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "771faec3cc5b1aa1cefc03c5dd3668980da8a0c59785867e473d6d7baea31a8a", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 07 Jul 2021 17:02:37 GMT | ||
* Last updated: Thu, 07 Apr 2022 17:31:22 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
6545
77