proxygrabber
Advanced tools
Comparing version 1.0.6 to 1.0.7
#! /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" | ||
} | ||
} |
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
1
2162
4
36
- Removedcommander@^2.9.0
- Removedcommander@2.20.3(transitive)