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

tunnel.now

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tunnel.now - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "tunnel.now",
"version": "1.0.0",
"version": "1.0.1",
"description": "Forward Zeit.now aliases to your localhost server.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -18,4 +18,3 @@ const yargs = require("yargs");

const uri = `ws://localhost:8008`;
// const uri = `wss://${remoteHostname}:443`;
const uri = `wss://${remoteHostname}:443`;
const socket = new WebSocket(uri);

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