@types/react-test-renderer
Advanced tools
Comparing version 15.5.10 to 15.5.11
@@ -18,5 +18,6 @@ // Type definitions for react-test-renderer 15.5 | ||
props: { [propName: string]: any }; | ||
children: null | Array<string | ReactTestRendererJSON>; | ||
children: ReactTestRendererNode | ReactTestRendererNode[]; | ||
$$typeof?: any; | ||
} | ||
export type ReactTestRendererNode = ReactTestRendererJSON | string | number | boolean | null | undefined; | ||
export interface TestRendererOptions { | ||
@@ -23,0 +24,0 @@ createNodeMock(element: ReactElement): any; |
{ | ||
"name": "@types/react-test-renderer", | ||
"version": "15.5.10", | ||
"version": "15.5.11", | ||
"description": "TypeScript definitions for react-test-renderer", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-test-renderer", | ||
"license": "MIT", | ||
@@ -39,4 +40,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "0deac69a22a0fb5bc8d16521d4fe14d717ee56efe1ab2957207d33844541fd9a", | ||
"typeScriptVersion": "2.9" | ||
"typesPublisherContentHash": "ea1b5771a2cde10f15c4245687ef4e54e272554ec2c968e6c2cc2b9c18115cdf", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 12 May 2020 17:50:18 GMT | ||
* Last updated: Sun, 03 Sep 2023 20:03:58 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4926
40
0