goose-parser
Advanced tools
Comparing version 0.5.0-beta.6 to 0.5.0-beta.7
{ | ||
"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 @@ |
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
82112
+ Addeddebug@3.2.7(transitive)
+ Addedms@2.1.3(transitive)
- Removeddebug@3.1.0(transitive)
- Removedms@2.0.0(transitive)
Updateddebug@^3.1.0