Comparing version 0.1.8 to 0.1.9
@@ -180,4 +180,3 @@ var sys = require('sys'), | ||
if (node.type === "text") { | ||
output += S(node.data).unescapeHTML().s.replace(/([<>&])/gm, function(m){return S(m).escapeHTML().s}); | ||
output += S(node.data).unescapeHTML().s.replace(/([<>])/gm, function(m){return S(m).escapeHTML().s}); | ||
} else if (node.type === "comment") { | ||
@@ -184,0 +183,0 @@ output += "<!-- "+node.data+"-->"; |
{ | ||
"name": "htmlbook", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Markdown to HTMLBook converter", | ||
@@ -5,0 +5,0 @@ "main": "./htmlbook.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
253913