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

html-to-text

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-to-text - npm Package Compare versions

Comparing version 9.0.4 to 9.0.5

8

CHANGELOG.md
# Changelog
## Version 9.0.5
* `htmlparser2` updated from 8.0.1 to 8.0.2 ([release notes](https://github.com/fb55/htmlparser2/releases)) - this fixes broken parsing in certain situations: [#285](https://github.com/html-to-text/node-html-to-text/issues/285);
* `deepmerge` updated from 4.3.0 to 4.3.1 - no functional changes;
* added a link to attribute selectors syntax to Readme.
All commits: [9.0.4...9.0.5](https://github.com/html-to-text/node-html-to-text/compare/9.0.4...9.0.5)
## Version 9.0.4

@@ -4,0 +12,0 @@

10

package.json
{
"name": "html-to-text",
"version": "9.0.4",
"version": "9.0.5",
"description": "Advanced html to plain text converter",

@@ -51,7 +51,7 @@ "keywords": [

"dependencies": {
"@selderee/plugin-htmlparser2": "^0.10.0",
"deepmerge": "^4.3.0",
"@selderee/plugin-htmlparser2": "^0.11.0",
"deepmerge": "^4.3.1",
"dom-serializer": "^2.0.0",
"htmlparser2": "^8.0.1",
"selderee": "^0.10.0"
"htmlparser2": "^8.0.2",
"selderee": "^0.11.0"
},

@@ -58,0 +58,0 @@ "mocha": {

@@ -171,3 +171,3 @@ # html-to-text

* `[baz]` - attribute presence;
* `[baz=buzz]` - attribute value (with any operators and also quotes and case sensitivity modifiers);
* `[baz=buzz]` - attribute value (with any operators and also quotes and case sensitivity modifiers - [syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors#syntax));
* `+` and `>` combinators (other combinators are not supported).

@@ -174,0 +174,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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