New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mytunnel

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mytunnel - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

8

localtunnel.d.ts

@@ -9,6 +9,12 @@ import {EventEmitter} from 'events';

port: number;
host: string;
subdomain?: string;
local_host?: string;
local_https?: boolean;
local_cert?: string;
local_key?: string;
local_ca?: string;
allow_invalid_cert?: boolean;
local_https?: boolean;
}
export default (opts: BootstrapOpts): Promise<Tunnel>;

2

package.json
{
"name": "mytunnel",
"description": "Expose localhost to the world",
"version": "3.1.0",
"version": "3.1.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": {

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