rehype-katex
Advanced tools
Comparing version 3.1.0 to 4.0.0
{ | ||
"name": "rehype-katex", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"description": "rehype plugin to transform inline and block math with KaTeX", | ||
@@ -33,14 +33,19 @@ "license": "MIT", | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"types/index.d.ts" | ||
], | ||
"main": "index.js", | ||
"types": "types/index.d.ts", | ||
"dependencies": { | ||
"@types/katex": "^0.11.0", | ||
"hast-util-to-text": "^2.0.0", | ||
"katex": "^0.12.0", | ||
"rehype-parse": "^6.0.0", | ||
"rehype-parse": "^7.0.0", | ||
"unified": "^9.0.0", | ||
"unist-util-visit": "^2.0.0" | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"test-types": "dtslint types" | ||
}, | ||
"xo": false | ||
} |
@@ -133,5 +133,5 @@ # rehype-katex | ||
[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg | ||
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg | ||
[chat]: https://spectrum.chat/unified/remark | ||
[chat]: https://github.com/remarkjs/remark/discussions | ||
@@ -138,0 +138,0 @@ [npm]: https://docs.npmjs.com/cli/install |
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
11091
4
51
6
+ Added@types/katex@^0.11.0
+ Added@types/hast@2.3.10(transitive)
+ Added@types/katex@0.11.1(transitive)
+ Added@types/parse5@5.0.3(transitive)
+ Addedhast-util-from-parse5@6.0.1(transitive)
+ Addedhastscript@6.0.0(transitive)
+ Addedparse5@6.0.1(transitive)
+ Addedrehype-parse@7.0.1(transitive)
+ Addedvfile-location@3.2.0(transitive)
- Removedccount@1.1.0(transitive)
- Removedhast-util-from-parse5@5.0.3(transitive)
- Removedhastscript@5.1.2(transitive)
- Removedparse5@5.1.1(transitive)
- Removedrehype-parse@6.0.2(transitive)
Updatedrehype-parse@^7.0.0