@types/mdast
Advanced tools
Comparing version 3.0.6 to 3.0.7
@@ -316,3 +316,3 @@ // Type definitions for Mdast 3.0 | ||
url: string; | ||
title?: string | undefined; | ||
title?: string | null | undefined; | ||
} | ||
@@ -319,0 +319,0 @@ |
{ | ||
"name": "@types/mdast", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "TypeScript definitions for Mdast", | ||
@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mdast", | ||
}, | ||
"typesPublisherContentHash": "f1999b12a3f82e687bd2cb2de78268dc8bd799e2019a83a6d12a3b4142006f1e", | ||
"typesPublisherContentHash": "666079441041567c5bdfa2b8ff46e900b18d544357be5b8cdcecfb412129e903", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 16 Jul 2021 07:31:19 GMT | ||
* Last updated: Fri, 16 Jul 2021 17:31:26 GMT | ||
* Dependencies: [@types/unist](https://npmjs.com/package/@types/unist) | ||
@@ -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
11063