New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xapp/arachne-cli

Package Overview
Dependencies
Maintainers
6
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xapp/arachne-cli - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

1

lib/index.js

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

17

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

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