Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
webpack-plugin-localtunnel
Advanced tools
Simple plugin to allow you to expose your [`webpack-dev-server`](https://webpack.js.org/configuration/dev-server/) over the internet using [`localtunnel`](https://localtunnel.github.io/www/)
Simple plugin to allow you to expose your
webpack-dev-server
over
the internet using localtunnel
yarn add -D webpack-plugin-localtunnel
or
npm install -D webpack-plugin-localtunnel
const LocaltunnelPlugin = require('localtunnel-webpack-plugin')
module.exports = {
plugins: [new LocaltunnelPlugin({subdomain: 'my-subdomain'})],
}
name | type | notes |
---|---|---|
subdomain | string | Used to create a custom URL <subdomian>.loca.it otherwise a random subdomain will be assigned |
port | number | The port that localtunnel needs to listen to. By default the plugin will pick up the webpack-dev-server port unless otherwise specified |
Both options are optional, but subdomain
is recommended to be set so you have
a consistent URL
FAQs
Simple plugin to allow you to expose your [`webpack-dev-server`](https://webpack.js.org/configuration/dev-server/) over the internet using [`localtunnel`](https://localtunnel.github.io/www/)
We found that webpack-plugin-localtunnel 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.