Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

goose-parser

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

goose-parser - npm Package Compare versions

Comparing version 0.5.0-alpha.1 to 0.5.0-alpha.2

6

lib/Parser.js

@@ -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;

2

package.json
{
"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",

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