@types/markdown-it
Advanced tools
Comparing version 12.0.3 to 12.2.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for markdown-it v12.0.2 | ||
// Type definitions for markdown-it 12.2 | ||
// Project: https://github.com/markdown-it/markdown-it | ||
@@ -6,4 +6,4 @@ // Definitions by: York Yao <https://github.com/plantain-00> | ||
// duduluu <https://github.com/duduluu> | ||
// Piotr Błażejewicz <https://github.com/peterblazejewicz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.0 | ||
@@ -10,0 +10,0 @@ import MarkdownIt = require('./lib'); |
{ | ||
"name": "@types/markdown-it", | ||
"version": "12.0.3", | ||
"version": "12.2.0", | ||
"description": "TypeScript definitions for markdown-it", | ||
@@ -22,2 +22,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/markdown-it", | ||
"githubUsername": "duduluu" | ||
}, | ||
{ | ||
"name": "Piotr Błażejewicz", | ||
"url": "https://github.com/peterblazejewicz", | ||
"githubUsername": "peterblazejewicz" | ||
} | ||
@@ -34,8 +39,8 @@ ], | ||
"dependencies": { | ||
"@types/highlight.js": "^9.7.0", | ||
"@types/linkify-it": "*", | ||
"@types/mdurl": "*" | ||
"@types/mdurl": "*", | ||
"highlight.js": "^10.7.2" | ||
}, | ||
"typesPublisherContentHash": "a4c29748042239623bdea2476604eeb2462083036c538ad4050d6875d2535fb4", | ||
"typesPublisherContentHash": "4ec6ba7dae4cbf3c263821cabc13dc8ea00f6a57183884e30dee0aef1b5beace", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 22:03:01 GMT | ||
* Last updated: Sat, 14 Aug 2021 11:01:23 GMT | ||
* Dependencies: [@types/linkify-it](https://npmjs.com/package/@types/linkify-it), [@types/mdurl](https://npmjs.com/package/@types/mdurl) | ||
@@ -17,2 +17,2 @@ * Global values: `markdownit` | ||
# Credits | ||
These definitions were written by [York Yao](https://github.com/plantain-00), [Robert Coie](https://github.com/rapropos), and [duduluu](https://github.com/duduluu). | ||
These definitions were written by [York Yao](https://github.com/plantain-00), [Robert Coie](https://github.com/rapropos), [duduluu](https://github.com/duduluu), and [Piotr Błażejewicz](https://github.com/peterblazejewicz). |
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
38791
+ Addedhighlight.js@^10.7.2
+ Addedhighlight.js@10.7.3(transitive)
- Removed@types/highlight.js@^9.7.0
- Removed@types/highlight.js@9.12.4(transitive)