Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@mdream/js

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdream/js - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
dist/_chunks/parse.mjs

@@ -15,3 +15,3 @@ import { a as NO_SPACING, c as TABLE_ROW_SPACING, g as TagIdMap, i as LIST_ITEM_SPACING, t as BLOCKQUOTE_SPACING } from "./const.mjs";

function isInsideTableCell(node) {
return (node.depthMap[32] || 0) > 0;
return (node.depthMap[32] || 0) > 0 || (node.depthMap[31] || 0) > 0;
}

@@ -18,0 +18,0 @@ function getLanguageFromClass(className) {

{
"name": "@mdream/js",
"type": "module",
"version": "1.0.1",
"version": "1.0.2",
"description": "JavaScript HTML-to-Markdown engine for mdream. Escape hatch for hooks and edge runtimes.",

@@ -6,0 +6,0 @@ "author": {