
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.
express-pretty-listen
Advanced tools
Simple express server runner that will print out automatically port and current package name in the terminal once the server is started.
A simple Express server runner that automatically prints the port and current package name to the terminal once the server starts.
port
- Port number where the app will runhost
(optional) - Option to overwrite the default value http://localhost
server
- Your Express servernpm install express-pretty-listen
Do not use listen()
method from express. Use serveExpressServer
instead.
import cors from "cors";
import express from "express";
import { serveExpressServer } from "express-pretty-listen";
export const server = express() //
.use(cors())
.use(express.json());
serveExpressServer({ server, port: 4000 });
Once you start a server script will automatically detect package name and will output table with package name and link with port to the app.
Example output when server starts:
┌─────────┬────────────────────────────┐
│ Package │ @steadysass/server-express │
├─────────┼────────────────────────────┤
│ Server │ http://localhost:4000 │
└─────────┴────────────────────────────┘
FAQs
Simple express server runner that will print out automatically port and current package name in the terminal once the server is started.
The npm package express-pretty-listen receives a total of 0 weekly downloads. As such, express-pretty-listen popularity was classified as not popular.
We found that express-pretty-listen demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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.