Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

proxygrabber

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxygrabber - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

4

bin/proxy_grabber.js
#! /usr/bin/env node
var shell = require('shelljs');
var program = require('commander');
shell.exec('\
curl -s -connect-timeout 5 --retry 3 "http://www.sslproxies.org" | \
curl -s --connect-timeout 5 --retry 3 "http://www.sslproxies.org" | \
grep -E "[0-9]{1,4}\.[0-9]{1,4}\.[0-9]{1,4}\.[0-9]{1,4}" | \

@@ -11,0 +9,0 @@ sed "s/<\\/td><td>/ /g" | \

{
"name": "proxygrabber",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

@@ -19,5 +19,4 @@ "main": "index.js",

"dependencies": {
"commander": "^2.9.0",
"shelljs": "^0.6.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