@types/markdown-to-jsx
Advanced tools
Comparing version 6.11.0 to 6.11.1
@@ -14,5 +14,3 @@ // Type definitions for markdown-to-jsx 6.11 | ||
options?: MarkdownOptions; | ||
// React.ReactNode contains both null and undefined | ||
// tslint:disable-next-line:no-null-undefined-union | ||
children?: React.ReactNode; | ||
children: string; | ||
} | ||
@@ -19,0 +17,0 @@ |
{ | ||
"name": "@types/markdown-to-jsx", | ||
"version": "6.11.0", | ||
"version": "6.11.1", | ||
"description": "TypeScript definitions for markdown-to-jsx", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "54f4c0071643d8ada1583c3be479c79b3ce5fafa89a7297f8bdad01fb7f2acba", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "ff163782e814782543b89f941b36e8b3aa56a74ad1c1e99d8eb9c201779cc4b6", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 28 Feb 2020 18:57:38 GMT | ||
* Last updated: Mon, 06 Jul 2020 21:38:46 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
5691
75