@types/marked
Advanced tools
Comparing version 4.0.4 to 4.0.5
@@ -467,3 +467,3 @@ // Type definitions for Marked 4.0 | ||
level: 'block' | 'inline'; | ||
start?: ((this: TokenizerThis, src: string) => number) | undefined; | ||
start?: ((this: TokenizerThis, src: string) => number | void) | undefined; | ||
tokenizer: (this: TokenizerThis, src: string, tokens: Token[] | TokensList) => Tokens.Generic | void; | ||
@@ -470,0 +470,0 @@ childTokens?: string[] | undefined; |
{ | ||
"name": "@types/marked", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"description": "TypeScript definitions for Marked", | ||
@@ -78,3 +78,3 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/marked", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "6820d8782f921c8eff889adcba6284961ccb75f3e5fa1448d1b20d8ed4a7c1aa", | ||
"typesPublisherContentHash": "f4980dbbdc210404123315cbe702601a94c90254e31de674f23383dc833ddaf1", | ||
"typeScriptVersion": "4.0", | ||
@@ -81,0 +81,0 @@ "exports": { |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 17 Aug 2022 17:32:28 GMT | ||
* Last updated: Wed, 17 Aug 2022 23:02:30 GMT | ||
* Dependencies: none | ||
@@ -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
24374