socks-scraper
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -106,2 +106,3 @@ const { SocksClient } = require('socks'); | ||
const proxyList = responseText.split('\n').filter((x) => x.match(ipPortRegex)) | ||
return proxyList | ||
@@ -156,3 +157,3 @@ } catch (error) { | ||
const NTPListPromise = notTestedProxyList.flat() | ||
const NTPListPromise = notTestedProxyList.flat().flat() | ||
.map(async (proxyAddress) => { | ||
@@ -159,0 +160,0 @@ return await this.checkSocksProxy(sockType, proxyAddress, timeout) |
@@ -7,3 +7,3 @@ { | ||
"name": "socks-scraper", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Uses your references to obtain and verify proxies ", | ||
@@ -10,0 +10,0 @@ "main": "index.js", |
18412