New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

markbind

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markbind - npm Package Compare versions

Comparing version
1.1.4
to
1.1.5
+1
-1
lib/parser.js

@@ -456,3 +456,3 @@ 'use strict';

cheerio.prototype.options.xmlMode = false;
let rendered = nunjucks.renderString(cheerio.html(children), {baseUrl: `{{baseUrl}}/${newBase}`});
let rendered = nunjucks.renderString(cheerio.html(children), {baseUrl: `{{hostBaseUrl}}/${newBase}`});
node.children = cheerio.parseHTML(rendered, true);

@@ -459,0 +459,0 @@ cheerio.prototype.options.xmlMode = true;

{
"name": "markbind",
"version": "1.1.4",
"version": "1.1.5",
"description": "MarkBind core module.",

@@ -5,0 +5,0 @@ "main": "lib/parser.js",