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

socks5-https-client

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socks5-https-client - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

example/tor.js

3

index.js

@@ -6,3 +6,2 @@ /**

* @copyright Copyright (c) 2013, Matthew Caruana Galizia
* @version 0.1.2
* @preserve

@@ -18,3 +17,3 @@ */

var Socks5ClientHttpsAgent = require('./lib/agent');
var Socks5ClientHttpsAgent = require('./lib/Agent');

@@ -21,0 +20,0 @@ exports.request = function(options, cb) {

{
"name": "socks5-https-client",
"description": "SOCKS v5 HTTPS client.",
"version": "0.1.3",
"version": "0.2.0",
"main": "index.js",

@@ -28,2 +28,8 @@ "homepage": "https://github.com/mattcg/socks5-https-client",

},
"devDependencies": {
"mocha": "1.x"
},
"scripts": {
"test": "make test"
},
"engines": {

@@ -30,0 +36,0 @@ "node": "0.x"

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