Socket
Socket
Sign inDemoInstall

@tryghost/kg-mobiledoc-html-renderer

Package Overview
Dependencies
Maintainers
12
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tryghost/kg-mobiledoc-html-renderer - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

6

lib/mobiledoc-html-renderer.js

@@ -17,5 +17,5 @@ const SimpleDom = require('simple-dom');

walkDom(node, (node) => {
if (node.nodeType === 3) {
textContent += node.nodeValue;
walkDom(node, (currentNode) => {
if (currentNode.nodeType === 3) {
textContent += currentNode.nodeValue;
}

@@ -22,0 +22,0 @@ });

{
"name": "@tryghost/kg-mobiledoc-html-renderer",
"version": "3.0.0",
"version": "3.0.1",
"repository": "https://github.com/TryGhost/Koenig/tree/master/packages/kg-mobiledoc-html-renderer",

@@ -28,3 +28,3 @@ "author": "Ghost Foundation",

},
"gitHead": "78b547b642b118defd50afb348d28299b9186ac8"
"gitHead": "93c853c6be3de6e0dbece24367aeba2089df217e"
}
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