Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

remark-vdom

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-vdom - npm Package Compare versions

Comparing version 9.0.0 to 9.0.1

6

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc