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.
@saary/console-logentries
Advanced tools
Direct console log to logentries
const logEntriesConsole = require('console-logentries');
// should be in the entry point of the applications
logEntriesConsole.register({ token: 'XXX', print: true });
token
: required; logentries destination token uuidsecure
: optional; default is false; use tls for communicationtransport
: optional; default is LogEntriesTransport; transport objectlevels
: optional; default is syslog-style; custom log levelsprinterror
: optional; default is true; print errors to STDERR with console.errortimestamp
: optional; default is true; autogenerate a timestampusequotes
: optional; default is false; add double quotes around every fieldprint
: optional; default is false; print everything to consoleFAQs
Direct console log to logentries
The npm package @saary/console-logentries receives a total of 0 weekly downloads. As such, @saary/console-logentries popularity was classified as not popular.
We found that @saary/console-logentries 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.