node-html-parser
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "node-html-parser", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -109,5 +109,3 @@ # 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-html-parser.svg?branch=master)](https://travis-ci.org/taoqf/node-html-parser) | ||
Note: only `tagName`, `#id`, `.class` selectors supported. And not behave the | ||
same as standard `querySelectorAll()` as it will _stop_ searching sub tree after | ||
find a match. | ||
Note: Full css3 selector supported since v3.0.0. | ||
@@ -114,0 +112,0 @@ ### HTMLElement#querySelector(selector) |
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
151018
214