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.2.9 to 2.2.10

2

dist/bin/tunnelmole.js

@@ -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

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