tunnelmole
Advanced tools
Comparing version 2.0.39 to 2.0.40
@@ -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`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
81268