@types/marked
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -12,2 +12,3 @@ // Type definitions for Marked 3.0 | ||
// Tony Brix <https://github.com/UziTech> | ||
// Anatolii Titov <https://github.com/Toliak> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -337,3 +338,3 @@ | ||
ordered: boolean; | ||
start: boolean; | ||
start: number | ''; | ||
loose: boolean; | ||
@@ -347,3 +348,3 @@ items: ListItem[]; | ||
task: boolean; | ||
checked: boolean; | ||
checked?: boolean | undefined; | ||
loose: boolean; | ||
@@ -350,0 +351,0 @@ text: string; |
{ | ||
"name": "@types/marked", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for Marked", | ||
@@ -52,2 +52,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/marked", | ||
"githubUsername": "UziTech" | ||
}, | ||
{ | ||
"name": "Anatolii Titov", | ||
"url": "https://github.com/Toliak", | ||
"githubUsername": "Toliak" | ||
} | ||
@@ -64,4 +69,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "cff04b1b163860735c02b547c7c602547ac7e5b0cce00ff44052f9de5dde08bd", | ||
"typesPublisherContentHash": "3cc0a4643ab61bb17028b12710a16175cb6d5f5d8fa04b93f8d80209c5a2730a", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 23 Aug 2021 19:42:08 GMT | ||
* Last updated: Mon, 13 Sep 2021 14:31:18 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: `marked` | ||
# Credits | ||
These definitions were written by [William Orr](https://github.com/worr), [BendingBender](https://github.com/BendingBender), [CrossR](https://github.com/CrossR), [Mike Wickett](https://github.com/mwickett), [Hitomi Hatsukaze](https://github.com/htkzhtm), [Ezra Celli](https://github.com/ezracelli), [Romain LE BARO](https://github.com/scandinave), [Sarun Intaralawan](https://github.com/sarunint), and [Tony Brix](https://github.com/UziTech). | ||
These definitions were written by [William Orr](https://github.com/worr), [BendingBender](https://github.com/BendingBender), [CrossR](https://github.com/CrossR), [Mike Wickett](https://github.com/mwickett), [Hitomi Hatsukaze](https://github.com/htkzhtm), [Ezra Celli](https://github.com/ezracelli), [Romain LE BARO](https://github.com/scandinave), [Sarun Intaralawan](https://github.com/sarunint), [Tony Brix](https://github.com/UziTech), and [Anatolii Titov](https://github.com/Toliak). |
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
22857
523