nodejs-web-scraper
Advanced tools
Comparing version 1.0.45 to 1.0.46
{ | ||
"name": "nodejs-web-scraper", | ||
"version": "1.0.45", | ||
"version": "1.0.46", | ||
"description": "A web scraper for NodeJs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -163,5 +163,5 @@ Nodejs-web-scraper is a simple, yet powerful tool for Node programmers who want to quickly setup a complex scraping job of server-side rendered web sites. | ||
Public methods: | ||
| Name | Description | | | | | ||
| Name | Description | ||
|--------------|------------------------------------------------------------------------------------------------------------------------|---|---|---| | ||
| scrape(Root) | After all operations have created and assembled, you begin the process by calling this method, passing the root object | | | | | ||
| scrape(Root) | After all operations have created and assembled, you begin the process by calling this method, passing the root object | ||
| ||
@@ -178,6 +178,6 @@ | ||
Public methods: | ||
| Name | Description | | | | | ||
| Name | Description | ||
|--------------|-----------------------------------------------------------------------------------------------------------|---|---|---| | ||
| getData() | Gets all data collected by this operation. In the case of root, it will just be the entire scraping tree. | | | | | ||
| getErrors () | Gets all errors encountered by this operation. | | | | | ||
| getData() | Gets all data collected by this operation. In the case of root, it will just be the entire scraping tree. | ||
| getErrors () | Gets all errors encountered by this operation. | ||
@@ -204,6 +204,6 @@ | ||
Public methods: | ||
| Name | Description | | | | | ||
| Name | Description | ||
|--------------|-----------------------------------------------------------------------------------------------------------|---|---|---| | ||
| getData() | Gets all data collected by this operation. In the case of root, it will just be the entire scraping tree. | | | | | ||
| getErrors () | Gets all errors encountered by this operation. | | | | | ||
| getData() | Gets all data collected by this operation. In the case of root, it will just be the entire scraping tree. | ||
| getErrors () | Gets all errors encountered by this operation. | ||
@@ -210,0 +210,0 @@ |
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
62051