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

tunnelmole

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tunnelmole - npm Package Compare versions

Comparing version 2.0.39 to 2.0.40

2

dist/bin/tunnelmole.js

@@ -7,3 +7,3 @@ #!/usr/bin/env node

import dispatchCommand from '../src/cli/dispatch-command.js';
const VERSION = '2.0.32';
const VERSION = '2.0.40';
async function run() {

@@ -10,0 +10,0 @@ program

{
"name": "tunnelmole",
"version": "2.0.39",
"version": "2.0.40",
"description": "Tunnelmole, an open source ngrok alternative. Instant public URLs for any http/https based application. Available as a command line application or as an NPM dependency for your code. Stable and maintained. Good test coverage. Works behind firewalls",

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

@@ -45,3 +45,3 @@ ## Tunnelmole

#### Using Tunnelmole
### Using Tunnelmole
- Start your web application locally and note down the port number its listening on

@@ -48,0 +48,0 @@ - Run `tmole <port number>`, replacing `<port number>` with your applications port number. For example, if your application listens on port `8080`, run `tmole 8080`.

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