Socket
Socket
Sign inDemoInstall

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 7.0.0 to 7.1.0

.gitattributes

7

CHANGELOG.md
# Changelog
## Version 7.1.0
### Dependency updates
* `htmlparser2` updated from 6.0.0 to 6.1.0 ([Release notes](https://github.com/fb55/htmlparser2/releases));
* dev dependencies are bumped.
## Version 7.0.0

@@ -4,0 +11,0 @@

42

package.json
{
"name": "html-to-text",
"version": "7.0.0",
"version": "7.1.0",
"description": "Advanced html to plain text converter",
"main": "index.js",
"scripts": {
"test": "mocha && eslint .",
"example": "node ./example/html-to-text.js",
"lint": "eslint .",
"cover": "nyc --reporter=lcov --reporter=text-summary npm run test",
"prepublishOnly": "npm run cover"
},
"license": "MIT",
"author": {

@@ -18,3 +11,2 @@ "name": "Malte Legenhausen",

"homepage": "https://github.com/html-to-text/node-html-to-text",
"license": "MIT",
"repository": {

@@ -27,8 +19,2 @@ "type": "git",

},
"dependencies": {
"deepmerge": "^4.2.2",
"he": "^1.2.0",
"htmlparser2": "^6.0.0",
"minimist": "^1.2.5"
},
"keywords": [

@@ -45,15 +31,29 @@ "html",

},
"main": "index.js",
"bin": {
"html-to-text": "./bin/cli.js"
},
"scripts": {
"cover": "nyc --reporter=lcov --reporter=text-summary npm test",
"example": "node ./example/html-to-text.js",
"lint": "eslint .",
"prepublishOnly": "npm run lint && npm test",
"test": "mocha"
},
"dependencies": {
"deepmerge": "^4.2.2",
"he": "^1.2.0",
"htmlparser2": "^6.1.0",
"minimist": "^1.2.5"
},
"devDependencies": {
"chai": "^4.3.0",
"eslint": "^7.19.0",
"chai": "^4.3.4",
"eslint": "^7.24.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^31.6.1",
"eslint-plugin-mocha": "^8.0.0",
"mocha": "^8.2.1",
"eslint-plugin-jsdoc": "^32.3.0",
"eslint-plugin-mocha": "^8.1.0",
"mocha": "^8.3.2",
"nyc": "^15.1.0"
}
}
# html-to-text
[![Build Status](https://travis-ci.org/html-to-text/node-html-to-text.svg?branch=master)](https://travis-ci.org/html-to-text/node-html-to-text)
[![lint status](https://github.com/html-to-text/node-html-to-text/workflows/lint/badge.svg)](https://github.com/html-to-text/node-html-to-text/actions/workflows/lint.yml)
[![test status](https://github.com/html-to-text/node-html-to-text/workflows/test/badge.svg)](https://github.com/html-to-text/node-html-to-text/actions/workflows/test.yml)
[![Test Coverage](https://codeclimate.com/github/html-to-text/node-html-to-text/badges/coverage.svg)](https://codeclimate.com/github/html-to-text/node-html-to-text/coverage)

@@ -5,0 +6,0 @@ [![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/html-to-text/node-html-to-text/blob/master/LICENSE-MIT)

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