@types/markdown-it
Advanced tools
Comparing version 13.0.6 to 13.0.7
@@ -24,3 +24,3 @@ declare namespace Token { | ||
*/ | ||
attrs: [string, string][] | null; | ||
attrs: Array<[string, string]> | null; | ||
@@ -27,0 +27,0 @@ /** |
{ | ||
"name": "@types/markdown-it", | ||
"version": "13.0.6", | ||
"version": "13.0.7", | ||
"description": "TypeScript definitions for markdown-it", | ||
@@ -41,4 +41,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it", | ||
}, | ||
"typesPublisherContentHash": "910a731eed92d6f6915397050c864603a5a70fa5280fad288e9a5301b85e8fe1", | ||
"typesPublisherContentHash": "8aefcc9fca90cd17f6da65e923957f28342942d6fb1c1e4b01d284daa7c4c058", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/linkify-it](https://npmjs.com/package/@types/linkify-it), [@types/mdurl](https://npmjs.com/package/@types/mdurl) | ||
@@ -14,0 +14,0 @@ |
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
38145