node-html-parser
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"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>'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66125