Socket
Socket
Sign inDemoInstall

node-html-parser

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-html-parser - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

package.json
{
"name": "node-html-parser",
"version": "1.1.0",
"version": "1.1.1",
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",

@@ -59,2 +59,2 @@ "main": "dist/index.js",

"homepage": "https://github.com/taoqf/node-fast-html-parser"
}
}

@@ -1,2 +0,2 @@

# Fast HTML Parser [![NPM version](https://badge.fury.io/js/fast-html-parser.png)](http://badge.fury.io/js/fast-html-parser) [![Build Status](https://travis-ci.org/ashi009/node-fast-html-parser.svg?branch=master)](https://travis-ci.org/ashi009/node-fast-html-parser)
# Fast HTML Parser [![NPM version](https://badge.fury.io/js/node-html-parser.png)](http://badge.fury.io/js/node-html-parser) [![Build Status](https://travis-ci.org/taoqf/node-fast-html-parser.svg?branch=master)](https://travis-ci.org/taoqf/node-fast-html-parser)

@@ -37,3 +37,3 @@ Fast HTML Parser is a _very fast_ HTML parser. Which will generate a simplified

```js
var HTMLParser = require('fast-html-parser');
var HTMLParser = require('node-html-parser');

@@ -40,0 +40,0 @@ var root = HTMLParser.parse('<ul id="list"><li>Hello World</li></ul>');

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