@types/markdown-it
Advanced tools
Comparing version 10.0.1 to 10.0.2
@@ -33,3 +33,3 @@ import MarkdownIt = require('..'); | ||
tokens: Token[]; | ||
tokens_meta: StateInline.TokenMata[]; | ||
tokens_meta: Array<StateInline.TokenMata | null>; | ||
@@ -36,0 +36,0 @@ pos: number; |
{ | ||
"name": "@types/markdown-it", | ||
"version": "10.0.1", | ||
"version": "10.0.2", | ||
"description": "TypeScript definitions for markdown-it", | ||
@@ -35,4 +35,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "355511e17a9ba59b5d4b05ca3dda90dfc896f59d63dae71518668dd0ec1110f4", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "20badea48b6f694e8a4ac330f8db698f6f1b5755c88b387b2a818f216ee6501d", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 26 Apr 2020 16:05:35 GMT | ||
* Last updated: Mon, 10 Aug 2020 07:13:17 GMT | ||
* Dependencies: [@types/linkify-it](https://npmjs.com/package/@types/linkify-it), [@types/mdurl](https://npmjs.com/package/@types/mdurl) | ||
@@ -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
38182