@xapp/arachne-cli
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -44,3 +44,2 @@ #!/usr/bin/env node | ||
.parseSync(); | ||
argv; | ||
const inputURL = argv.url; | ||
@@ -47,0 +46,0 @@ const url = new url_1.URL(inputURL); |
{ | ||
"name": "@xapp/arachne-cli", | ||
"preferGlobal": true, | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"types": "lib/index", | ||
@@ -22,8 +22,7 @@ "main": "lib/index", | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "7.22.2", | ||
"@microsoft/api-extractor": "7.23.2", | ||
"@types/chai": "4.3.1", | ||
"@types/generic-pool": "3.1.10", | ||
"@types/mocha": "9.1.1", | ||
"@types/node": "17.0.25", | ||
"@types/puppeteer": "5.4.5", | ||
"@types/node": "17.0.32", | ||
"@types/sinon": "10.0.11", | ||
@@ -39,8 +38,8 @@ "@types/sinon-chai": "3.2.8", | ||
"tslib": "2.4.0", | ||
"typescript": "4.6.3" | ||
"typescript": "4.6.4" | ||
}, | ||
"dependencies": { | ||
"@xapp/arachne": "0.4.0", | ||
"@xapp/arachne-parsers": "0.4.0", | ||
"puppeteer": "5.3.0", | ||
"@xapp/arachne": "0.4.3", | ||
"@xapp/arachne-parsers": "0.4.3", | ||
"puppeteer": "13.7.0", | ||
"yargs": "17.4.1" | ||
@@ -53,3 +52,3 @@ }, | ||
}, | ||
"gitHead": "bf8d17b33b3b39237c4d9d2f7bfbab3646d37c55" | ||
"gitHead": "1a5587df5e63e064bfc1b34905f03f871a8fea96" | ||
} |
@@ -7,3 +7,3 @@ ## @xapp/arachne-cli | ||
``` | ||
node lib crawl http://www.thecoffeefaq.com/ -d ./temp | ||
$ arachne crawl http://www.thecoffeefaq.com/ -d ./temp | ||
``` | ||
@@ -13,3 +13,3 @@ | ||
``` | ||
node lib crawl http://www.thecoffeefaq.com/ -a -t -d ./temp | ||
$ arachne crawl http://www.thecoffeefaq.com/ -a -t -d ./temp | ||
``` | ||
@@ -19,3 +19,3 @@ | ||
``` | ||
node lib crawl http://www.thecoffeefaq.com/ -a -t -d ./temp -w ./temp/whitelist.md | ||
$ arachne crawl http://www.thecoffeefaq.com/ -a -t -d ./temp -w ./temp/whitelist.md | ||
``` | ||
@@ -31,3 +31,3 @@ | ||
``` | ||
node lib crawl http://www.thecoffeefaq.com/ -e /usr/bin/google-chrome -h | ||
$ arachne crawl http://www.thecoffeefaq.com/ -e /usr/bin/google-chrome -h | ||
``` |
Sorry, the diff of this file is not supported yet
16
32035
217
+ Added@types/puppeteer@7.0.4(transitive)
+ Added@xapp/arachne@0.4.3(transitive)
+ Added@xapp/arachne-parsers@0.4.3(transitive)
+ Added@xapp/arachne-utils@0.4.3(transitive)
+ Addedagent-base@6.0.2(transitive)
+ Addedcross-fetch@3.1.5(transitive)
+ Addeddebug@4.3.4(transitive)
+ Addeddevtools-protocol@0.0.981744(transitive)
+ Addedhttps-proxy-agent@5.0.1(transitive)
+ Addedms@2.1.2(transitive)
+ Addednode-fetch@2.6.7(transitive)
+ Addedpuppeteer@13.7.0(transitive)
+ Addedtar-fs@2.1.1(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
+ Addedws@8.5.0(transitive)
- Removed@types/puppeteer@5.4.5(transitive)
- Removed@xapp/arachne@0.4.0(transitive)
- Removed@xapp/arachne-parsers@0.4.0(transitive)
- Removed@xapp/arachne-utils@0.4.0(transitive)
- Removedagent-base@5.1.1(transitive)
- Removeddebug@4.4.0(transitive)
- Removeddevtools-protocol@0.0.799653(transitive)
- Removedhttps-proxy-agent@4.0.0(transitive)
- Removedmime@2.6.0(transitive)
- Removedms@2.1.3(transitive)
- Removedpuppeteer@5.3.0(transitive)
- Removedtar-fs@2.1.2(transitive)
- Removedws@7.5.10(transitive)
Updated@xapp/arachne@0.4.3
Updated@xapp/arachne-parsers@0.4.3
Updatedpuppeteer@13.7.0