goose-parser
Advanced tools
Comparing version 0.5.0-alpha.1 to 0.5.0-alpha.2
@@ -109,6 +109,10 @@ const debugLib = require('debug'); | ||
* @param {AbstractEnvironment} options.environment | ||
* @param {Paginator} options.paginator | ||
* @param {?Paginator} options.paginator | ||
* @param {?boolean} options.clearDom | ||
*/ | ||
constructor(options) { | ||
if (!options.environment) { | ||
throw new Error('\'environment\' should be specified'); | ||
} | ||
this._env = options.environment; | ||
@@ -115,0 +119,0 @@ this._paginator = options.paginator; |
{ | ||
"name": "goose-parser", | ||
"version": "0.5.0-alpha.1", | ||
"version": "0.5.0-alpha.2", | ||
"main": "lib/Parser.js", | ||
@@ -5,0 +5,0 @@ "description": "Multi environment webpage parser", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
97701
2428
2