Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
A simple localtunnel client helper to make it easier to use with a custom localtunnel server.
$ npm install -g localtunnel mylt
$ mylt set port 5000
$ mylt set host https://tunnel.example.tld:1234
$ mylt list
$ mylt run --open
You can set any localtunnel option, to pass it on as default value when running mylt run
.
If no value is passed, true
will be used.
$ mylt set <key> [value]
Removes a previously set default value.
$ mylt unset <key>
This accepts self-signed certificates from the server. It is an alias for mylt set trust
and can be removed with mylt unset trust
. There is a native command, because it is not
part of the localtunnel options.
$ mylt trust
Lists all previously set default values.
$ mylt list
Executes lt
with the set default options. To override defaults, just specify them,
e.g. mylt run --port 8080
. This will use port 8080
even if 5000
was set as default,
as shown in the example below.
$ mylt run --port 8080 --open
Shows a help message, listing all commands and options.
$ mylt --help
Shows the mylt
version.
$ mylt --version
FAQs
A lt client helper for custom localtunnel servers.
The npm package mylt receives a total of 9 weekly downloads. As such, mylt popularity was classified as not popular.
We found that mylt demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.