@types/marked
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -236,5 +236,9 @@ // Type definitions for Marked 1.2 | ||
seen: {[slugValue: string]: number}; | ||
slug(value: string): string; | ||
slug(value: string, options?: SluggerOptions): string; | ||
} | ||
interface SluggerOptions { | ||
dryrun: boolean; | ||
} | ||
interface Rules { | ||
@@ -522,3 +526,3 @@ [ruleName: string]: RegExp | Rules; | ||
*/ | ||
walkTokens?: (tokens: TokensList, callback: (token: Token) => void) => any; | ||
walkTokens?: (callback: (token: Token) => void) => any; | ||
/** | ||
@@ -525,0 +529,0 @@ * Generate closing slash for self-closing tags (<br/> instead of <br>) |
{ | ||
"name": "@types/marked", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "TypeScript definitions for Marked", | ||
@@ -57,4 +57,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "bb7c83bacec064ba0a73c8f13f4ca3395a68e303fa98116ea710c5fcbeb69278", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "aa6d11c4b982e90e7e44cd8bfb2e054afab4f0ff57fbcda19e52661ffeb1cb96", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 18 Nov 2020 13:06:19 GMT | ||
* Last updated: Thu, 03 Dec 2020 20:15:32 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
19396
463