@types/marked
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -172,3 +172,3 @@ // Type definitions for Marked 3.0 | ||
list(this: RendererThis, body: string, ordered: boolean, start: number): string | T; | ||
listitem(this: RendererThis, text: string): string | T; | ||
listitem(this: RendererThis, text: string, task: boolean, checked: boolean): string | T; | ||
checkbox(this: RendererThis, checked: boolean): string | T; | ||
@@ -175,0 +175,0 @@ paragraph(this: RendererThis, text: string): string | T; |
{ | ||
"name": "@types/marked", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "TypeScript definitions for Marked", | ||
@@ -68,4 +68,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/marked", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "3cc0a4643ab61bb17028b12710a16175cb6d5f5d8fa04b93f8d80209c5a2730a", | ||
"typesPublisherContentHash": "585c7cbd3bec59b701fa5d6d1e2c74de0a40d43b1112fc4e629c4b8bb46c7133", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 13 Sep 2021 14:31:18 GMT | ||
* Last updated: Thu, 21 Oct 2021 06:31:24 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `marked` |
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
22890