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

proxy-check

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxy-check - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

1

index.js

@@ -69,2 +69,3 @@ const http = require('http');

req.on('connect', res => {
req.destroy();
if (res.statusCode === 200) {

@@ -71,0 +72,0 @@ return resolve(true);

2

package.json
{
"name": "proxy-check",
"version": "1.0.5",
"version": "1.0.6",
"description": "Check proxy for NodeJS",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,2 +0,2 @@

# Check proxy
# Check proxy for NodeJS

@@ -17,3 +17,3 @@ ```javascript

}).catch(e => {
console.error(e); // Proxy offline
console.error(e); // ECONNRESET
});

@@ -20,0 +20,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