@types/marked
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -242,3 +242,3 @@ // Type definitions for Marked 4.0 | ||
blockTokens(src: string, tokens: TokensList): TokensList; | ||
inline(src: string, tokens: Token[]): void; | ||
inline(src: string, tokens?: Token[]): Token[]; | ||
inlineTokens(src: string, tokens?: Token[]): Token[]; | ||
@@ -245,0 +245,0 @@ state: { |
{ | ||
"name": "@types/marked", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "TypeScript definitions for Marked", | ||
@@ -78,3 +78,3 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/marked", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f4980dbbdc210404123315cbe702601a94c90254e31de674f23383dc833ddaf1", | ||
"typesPublisherContentHash": "8e3a74062ba105244ff88cd71b77b1a978ad45841c66e8fd1c42396132f51538", | ||
"typeScriptVersion": "4.0", | ||
@@ -81,0 +81,0 @@ "exports": { |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 17 Aug 2022 23:02:30 GMT | ||
* Last updated: Sun, 21 Aug 2022 19: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
24378