tunnelmole
Advanced tools
Comparing version 2.2.9 to 2.2.10
@@ -39,3 +39,3 @@ #!/usr/bin/env node | ||
`) | ||
.version('2.2.9') | ||
.version('2.2.10') | ||
.arguments('[arg0]') | ||
@@ -42,0 +42,0 @@ .option('--set-api-key <apiKey>', 'Set your API key. After purchasing a subscription you can copy and paste the command shown on the page') |
const instanceConfig = { | ||
hostip: { | ||
endpoint: "wss://service.tunnelmole.com:8083", | ||
httpEndpoint: "https://service.tunnelmole.com" | ||
endpoint: "ws://localhost:8081", | ||
httpEndpoint: "http://localhost:8001" | ||
}, | ||
@@ -6,0 +6,0 @@ runtime: { |
{ | ||
"name": "tunnelmole", | ||
"version": "2.2.9", | ||
"version": "2.2.10", | ||
"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", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
109513