@types/marked
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -112,3 +112,3 @@ // Type definitions for Marked 0.7 | ||
options: MarkedOptions; | ||
code(code: string, language: string, isEscaped: boolean): string; | ||
code(code: string, language: string | undefined, isEscaped: boolean): string; | ||
blockquote(quote: string): string; | ||
@@ -115,0 +115,0 @@ html(html: string): string; |
{ | ||
"name": "@types/marked", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "TypeScript definitions for Marked", | ||
@@ -42,4 +42,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "2596489980cd747d7bdf9f83494b706879bc9023bee2641179e293acd6fda4b3", | ||
"typesPublisherContentHash": "0f1d19fbd18900360e6787b336bde0677ce17d35a173ff22e7885ed6fec8a40e", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 11 Nov 2019 23:24:42 GMT | ||
* Last updated: Mon, 18 Nov 2019 22:04:56 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
13684