Socket
Socket
Sign inDemoInstall

html-md-optional_window

Package Overview
Dependencies
68
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

6

lib/md.js

@@ -334,3 +334,3 @@ (function() {

HtmlParser.prototype.process = function(ele) {
var after, after1, after2, childNode, err, href, i, level, skipChildren, src, suffix, summary, title, _base, _i, _len, _ref, _ref1;
var after, after1, after2, childNode, err, href, i, level, rel, skipChildren, src, suffix, summary, title, _base, _i, _len, _ref, _ref1;
if (!this.isVisible(ele)) {

@@ -437,2 +437,6 @@ return;

case 'DD':
if (this.has(ele, 'rel', false)) {
rel = this.attr(ele, 'rel', this.options.absolute);
this.output("@" + rel + " said:");
}
after = this.pushLeft('> ');

@@ -439,0 +443,0 @@ break;

2

package.json
{
"name": "html-md-optional_window",
"description": "JavaScript library for converting HTML in to valid Markdown",
"version": "3.0.2",
"version": "3.0.3",
"bugs": {

@@ -6,0 +6,0 @@ "url": "https://github.com/akhoury/html.md-optional_window/issues"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc