Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

htmlbook

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

htmlbook - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

3

htmlbook.js

@@ -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",

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