
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@amio/serve
Advanced tools
Handy http/https server, evolved from TJ's original serve, which inspired by nodejitsu's http-server.
Original
serve
is awesome, but seems lacks of maintenance these days, there's some useful fixes & features added to the codebase since it's latest release in Mar 2014, but couldn't get landed to users, it's more than two years by now.
So here is this ongoingserve
, and also an opinionatedserve
, which removed support for jade and stylus, for a much smaller installation footprint.
Difference with serve
:
-o, --open
opens a browser window to this server.-s, --https
also serve over https.$ npm install -g @amio/serve
Usage: serve [options] [dir]
Options:
-h, --help output usage information
-V, --version output the version number
-o, --open opens a browser window to this server
-a, --auth <user>:<pass> specify basic auth credentials
-F, --format <fmt> specify the log format string
-p, --port <port> specify the port [3000]
--https-port <port> specify the port [3443]
-H, --hidden enable hidden file serving
-I, --no-icons disable icons
-L, --no-logs disable request logging
-D, --no-dirs disable directory serving
-f, --favicon <path> serve the given favicon
-c, --cors allows cross origin access serving
-s, --https also serve over https
--key key file path for https
--cert certificate file for https
--ca CA certificate file for https
--compress gzip or deflate the response
--exec <cmd> execute command on each request
HTTP Accept support built into connect.directory()
:
$ curl http://localhost:3000/ -H "Accept: text/plain"
bin
History.md
node_modules
package.json
Readme.md
Requesting a file:
$ curl http://localhost:3000/README.md
Requesting JSON for the directory listing:
$ curl http://localhost:3000/ -H "Accept: application/json"
["bin","History.md","node_modules","package.json","Readme.md"]
Directory listing served by serve-index middleware.
MIT License (c) 2011 TJ Holowaychuk
FAQs
Simple command-line file / directory server built with connect
We found that @amio/serve 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.