Socket
Socket
Sign inDemoInstall

@zachleat/spider-pig

Package Overview
Dependencies
69
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 3.0.0

1

cmd.js
#!/usr/bin/env node
const puppeteer = require("puppeteer");
const chalk = require("chalk");

@@ -4,0 +3,0 @@ const argv = require("minimist")(process.argv.slice(2));

6

package.json
{
"name": "@zachleat/spider-pig",
"version": "2.0.0",
"version": "3.0.0",
"description": "Get a list of local URL links from a root URL.",

@@ -34,5 +34,6 @@ "main": "SpiderPig.js",

"chalk": "^4.1.0",
"debug": "^4.3.3",
"minimist": "^1.2.5",
"normalize-url": "^5.3.0",
"puppeteer": "^8.0.0"
"puppeteer": "^12.0.1"
},

@@ -42,3 +43,2 @@ "devDependencies": {

"connect": "^3.7.0",
"debug": "^4.3.1",
"pify": "^5.0.0",

@@ -45,0 +45,0 @@ "serve-static": "^1.14.1"

@@ -83,3 +83,3 @@ const puppeteer = require("puppeteer");

let ret = await page.$$(sel);
browser.close();
await browser.close();

@@ -86,0 +86,0 @@ return ret.length;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc