
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
console-serv-brow
Advanced tools
El desarrollo de una aplicación en el servidor en nodejs es genial, pero el poder leer los console a la terminal suele ser complicado , por eso este pequeño paquete soluciona el poder ver los console enviados a la terminal en el browser, tambien envia los errores y las peticiones al servidor mediante un Api Rest.
Requiere
Es verdaderamente sencillo
npm install console-serv-brow --save
var app = express();
require('console-serv-brow')(app,{
pathRoute:'/logs' ,
log:console
});
pathRoute : Ruta donde se renderiza el visualizador de los consoles por defecto se renderizara en la ruta '/_console'.
log : si se necesita extender el console se le puede enviar como parametro.
Para poder imprimir los logs de la terminal al browser se envia mediante
console.info(parametros);
FAQs
send consoles for socket to client
We found that console-serv-brow 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.