Socket
Socket
Sign inDemoInstall

remark-html

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-html - npm Package Compare versions

Comparing version 13.0.0 to 13.0.1

6

index.js

@@ -19,7 +19,3 @@ 'use strict'

var root = node && node.type && node.type === 'root'
var hast = toHast(node, {
allowDangerousHtml: !clean,
handlers: handlers,
commonmark: true
})
var hast = toHast(node, {allowDangerousHtml: !clean, handlers: handlers})
var result

@@ -26,0 +22,0 @@

4

package.json
{
"name": "remark-html",
"version": "13.0.0",
"version": "13.0.1",
"description": "remark plugin to compile Markdown to HTML",

@@ -39,3 +39,3 @@ "license": "MIT",

"hast-util-to-html": "^7.0.0",
"mdast-util-to-hast": "^9.0.0"
"mdast-util-to-hast": "^10.0.0"
},

@@ -42,0 +42,0 @@ "devDependencies": {

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