
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
tnl is a quick and easy way to create a public url with a secure tunnel to a local directory. Utilizing ngrok and http-server, within three characters you can have your directory forwarded to the outside. Excellent for testing on mobile as well as fast feedback from clients.

Using yarn:
yarn global add tnl
-- or --
Using npm:
npm install tnl -g
It is now installed globally and tnl can be used in any directory from the command line.
tnl [path] [options]
By default [path] and [options] are optional.
For example, to change the default port and open immediately in a new browser window:
tnl -p 7001 -o
Location of the local directory to be served. Defaults to ./public if the folder exists otherwise uses the root ./ directory.
For a complete list of potential options refer to http-server's avalable options.
-o Open browser window after starting the server and tunnel
-n or --ncopy Copy the ngrok URL to the clipboard for pasting
-p Port to use (defaults to 8080)
-a Address to use (defaults to '0.0.0.0')
-d Show directory listings (defaults to true)
-i Display autoIndex (defaults to true)
-e or --ext Default file extension if none supplied (defaults to 'html')
-s or --silent Suppress log messages from output
--cors Enable CORS via the Access-Control-Allow-Origin header
-c Set cache time (in seconds) for cache-control max-age header, e.g. -c10 for 10 seconds (defaults to 3600). To disable caching, use -c-1.
-P or --proxy Proxies all requests which can't be resolved locally to the given url. e.g.: -P
var tnl = require('tnl');
See API documentation.
FAQs
simple secure tunnel to a local directory using ngrok and http-server
The npm package tnl receives a total of 5 weekly downloads. As such, tnl popularity was classified as not popular.
We found that tnl 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.