Socket
Socket
Sign inDemoInstall

stunnel

Package Overview
Dependencies
20
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.3 to 1.0.0

12

package.json
{
"name": "stunnel",
"version": "0.10.3",
"version": "1.0.0",
"description": "A pure-JavaScript tunnel client for http and https similar to localtunnel.me, but uses TLS (SSL) with ServerName Indication (SNI) over https to work even in harsh network conditions such as in student dorms and behind HOAs, corporate firewalls, public libraries, airports, airplanes, etc. Can also tunnel tls and plain tcp.",

@@ -16,3 +16,3 @@ "main": "wsclient.js",

"type": "git",
"url": "git+ssh://git@git.daplie.com/Daplie/node-tunnel-client.git"
"url": "git+ssh://git.coolaj86.com/coolaj86/stunnel.js.git"
},

@@ -46,5 +46,5 @@ "keywords": [

"bugs": {
"url": "https://git.daplie.com/Daplie/node-tunnel-client/issues"
"url": "https://git.coolaj86.com/coolaj86/stunnel.js/issues"
},
"homepage": "https://git.daplie.com/Daplie/node-tunnel-client#readme",
"homepage": "https://git.coolaj86.com/coolaj86/stunnel.js#readme",
"dependencies": {

@@ -54,7 +54,7 @@ "bluebird": "^3.5.0",

"jsonwebtoken": "^7.1.9",
"oauth3.js": "git+https://git.daplie.com/OAuth3/oauth3.js.git#v1",
"oauth3.js": "git+https://git.oauth3.org/OAuth3/oauth3.js.git#v1.2",
"sni": "^1.0.0",
"tunnel-packer": "^1.2.0",
"tunnel-packer": "^1.3.0",
"ws": "^2.2.3"
}
}

@@ -1,19 +0,4 @@

<!-- BANNER_TPL_BEGIN -->
About Daplie: We're taking back the Internet!
--------------
Down with Google, Apple, and Facebook!
We're re-decentralizing the web and making it read-write again - one home cloud system at a time.
Tired of serving the Empire? Come join the Rebel Alliance:
<a href="mailto:jobs@daplie.com">jobs@daplie.com</a> | [Invest in Daplie on Wefunder](https://daplie.com/invest/) | [Pre-order Cloud](https://daplie.com/preorder/), The World's First Home Server for Everyone
<!-- BANNER_TPL_END -->
# stunnel.js
A client that works in combination with [stunneld.js](https://github.com/Daplie/node-tunnel-server)
A client that works in combination with [stunneld.js](https://git.coolaj86.com/coolaj86/stunneld.js)
to allow you to serve http and https from any computer, anywhere through a secure tunnel.

@@ -33,3 +18,3 @@

```bash
npm install -g 'git+https://git@git.daplie.com/Daplie/node-tunnel-client.git#v1'
npm install -g 'git+https://git.coolaj86.com/coolaj86/stunnel.js.git#v1'
```

@@ -45,3 +30,3 @@

Daplie's OAuth3.org tunnel service is in Beta.
OAuth3.org's tunnel service is in Beta.

@@ -158,3 +143,3 @@ **Terms of Service**: The Software and Services shall be used for Good, not Evil.

var streamPair = require('stream-pair');
// here "reader" means the socket that looks like the connection being accepted

@@ -161,0 +146,0 @@ var writer = streamPair.create();

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc