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-beta.6 to 0.5.0-beta.7

4

package.json
{
"name": "goose-parser",
"version": "0.5.0-beta.6",
"version": "0.5.0-beta.7",
"main": "lib/Parser.js",

@@ -47,3 +47,3 @@ "description": "Multi environment webpage parser",

"dependencies": {
"debug": "3.1.0",
"debug": "^3.1.0",
"html-entities": "^1.2.0",

@@ -50,0 +50,0 @@ "lodash.clone": "^4.5.0",

@@ -105,3 +105,3 @@ [![mr.Goose](https://i.imgur.com/e0CPF7C.png)](http://goose.show)

```bash
docker run -it --rm -e "DEBUG=*" redcode/goose-parser:phantom-latest 'https://www.google.com/search?q=goose-parser' '{"actions": [{"type": "wait", "scope": ".g"}], "rules": {"scope": ".g", "collection": [[{"scope": ".r>a", "name": "name"}]]}}'
docker run -it --rm -e "DEBUG=*,-puppeteer:*" redcode/goose-parser:phantom-latest 'https://www.google.com/search?q=goose-parser' '{"actions": [{"type": "wait", "scope": ".g"}], "rules": {"scope": ".g", "collection": [[{"scope": ".r>a", "name": "name"}]]}}'
```

@@ -114,3 +114,3 @@

```bash
docker run -it --rm --volume="`pwd`/rules:/app/rules:ro" -e "DEBUG=*" redcode/goose-parser:phantom-latest --rules-file="/app/rules/rules.json" 'https://www.google.com/search?q=goose-parser'
docker run -it --rm --volume="`pwd`/rules:/app/rules:ro" -e "DEBUG=*,-puppeteer:*" redcode/goose-parser:phantom-latest --rules-file="/app/rules/rules.json" 'https://www.google.com/search?q=goose-parser'
```

@@ -117,0 +117,0 @@

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