@types/marked
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -529,3 +529,3 @@ // Type definitions for Marked 2.0 | ||
*/ | ||
walkTokens?: (callback: (token: Token) => void) => any; | ||
walkTokens?: (token: Token) => void; | ||
/** | ||
@@ -532,0 +532,0 @@ * Generate closing slash for self-closing tags (<br/> instead of <br>) |
{ | ||
"name": "@types/marked", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "TypeScript definitions for Marked", | ||
@@ -57,4 +57,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d50da79254cd56ad6382d7da9814ca8c50b806fc3b6f1f0911b6ca3491adba01", | ||
"typesPublisherContentHash": "b4216f7301d15fbb5fcd7a08c6ef6fdea94d1566b8817a1f5b53d2694fdf32e4", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 12 Apr 2021 19:01:28 GMT | ||
* Last updated: Sat, 22 May 2021 10:01:17 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
19891