remark-vdom
Advanced tools
Comparing version 9.0.0 to 9.0.1
{ | ||
"name": "remark-vdom", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "remark plugin to compile Markdown to VDOM", | ||
@@ -44,4 +44,4 @@ "license": "MIT", | ||
"prettier": "^2.0.0", | ||
"remark": "^11.0.0", | ||
"remark-cli": "^7.0.0", | ||
"remark": "^12.0.0", | ||
"remark-cli": "^8.0.0", | ||
"remark-preset-wooorm": "^6.0.0", | ||
@@ -48,0 +48,0 @@ "tape": "^4.0.0", |
@@ -41,3 +41,3 @@ # remark-vdom | ||
if (err) throw err | ||
console.dir(file.contents, {depth: null}) | ||
console.dir(file.result, {depth: null}) | ||
}) | ||
@@ -123,2 +123,5 @@ ``` | ||
> ℹ️ In [`unified@9.0.0`][unified-9], the result of `.process` changed from | ||
> ~~`file.contents`~~ to `file.result`. | ||
##### `options` | ||
@@ -273,1 +276,3 @@ | ||
[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting | ||
[unified-9]: https://github.com/unifiedjs/unified/releases/tag/9.0.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
11684
276