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

socks-scraper

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socks-scraper - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

3

index.js

@@ -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",

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