Socket
Socket
Sign inDemoInstall

turndown

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turndown - npm Package Compare versions

Comparing version 4.0.0-rc.1 to 4.0.0-rc.2

2

dist/turndown.js

@@ -667,3 +667,3 @@ var TurndownService = (function () {

!isVoid$1(node) &&
!/A|TH|TD/.test(node.nodeName) &&
['A', 'TH', 'TD'].indexOf(node.nodeName) === -1 &&
/^\s*$/i.test(node.textContent)

@@ -670,0 +670,0 @@ )

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

!isVoid$1(node) &&
!/A|TH|TD/.test(node.nodeName) &&
['A', 'TH', 'TD'].indexOf(node.nodeName) === -1 &&
/^\s*$/i.test(node.textContent)

@@ -669,0 +669,0 @@ )

@@ -664,3 +664,3 @@ function extend (destination) {

!isVoid$1(node) &&
!/A|TH|TD/.test(node.nodeName) &&
['A', 'TH', 'TD'].indexOf(node.nodeName) === -1 &&
/^\s*$/i.test(node.textContent)

@@ -667,0 +667,0 @@ )

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

!isVoid$1(node) &&
!/A|TH|TD/.test(node.nodeName) &&
['A', 'TH', 'TD'].indexOf(node.nodeName) === -1 &&
/^\s*$/i.test(node.textContent)

@@ -669,0 +669,0 @@ )

@@ -664,3 +664,3 @@ function extend (destination) {

!isVoid$1(node) &&
!/A|TH|TD/.test(node.nodeName) &&
['A', 'TH', 'TD'].indexOf(node.nodeName) === -1 &&
/^\s*$/i.test(node.textContent)

@@ -667,0 +667,0 @@ )

{
"name": "turndown",
"description": "A library that converts HTML to Markdown",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.2",
"author": "Dom Christie",

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

@@ -7,2 +7,4 @@ # Turndown

### to-markdown has been renamed to Turndown. See the [migration guide](https://github.com/domchristie/to-markdown/wiki/Migrating-from-to-markdown-to-Turndown) for details.
## Installation

@@ -9,0 +11,0 @@

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