Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
proto-launch
Advanced tools
Small tool to host javascript prototypes on a local server.
npm install -g proto-launch
Optionally, you can install proto-launch
locally.
npm install --save-dev proto-launch
From within your project, simply run proto-launch
and a URL to your prototype will be printed to the command line.
e.g.
Project live at http://127.0.0.1:36990
If you have installed locally, in your package.json
you can refer to proto-launch
in your package scripts, example:
"scripts": {
"launch": "proto-launch"
},
Currently proto-launch
isn't configurable, it simply launches a small website with a webpage wrapping the script pointed to by main
in your package.json
.
In the future I may add Webpack support to save you from having to bundle your project beforehand (contributions before I get to this are more than welcome).
FAQs
Small tool to host JavaScript prototypes on a local server
We found that proto-launch 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.