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.
Logs • Errors • Slow Requests • Debugger
Experience centralized logging at its finest. Collect, visualize, and filter Node.js logs seamlessly with our intuitive interface.
Put an end to the endless search for errors in your app logs. Errsole centralizes all your app errors in one place for instant viewing and easy resolution.
Don't settle for just error stacks. With Errsole, you can pinpoint the exact HTTP requests that caused errors.
Errsole provides you with real-time notifications regarding errors in your app, enabling quick response and resolution.
Say goodbye to console.log statements. With Errsole Debugger, you can debug your production environment directly from your web browser.
Errsole is a Node.js module. You can install this module using the npm install command:
npm install errsole
You must obtain a unique token to configure the Errsole module in your app.
Follow the steps below to generate a unique token:
/**
* Insert this Errsole code snippet as the first line of your app's main file
*/
const errsole = require('errsole');
errsole.initialize({
framework: 'express',
token: '[Your Errsole Token]'
});
// End of Errsole code snippet
/**
* Your app code starts here
*/
const express = require('express');
const app = express();
app.get('/', function (req, res) {
res.send('Hello World');
});
app.listen(3000);
Experience Errsole firsthand by troubleshooting errors in our demo app:
For a complete product documentation, please visit our documentation page:
https://www.errsole.com/documentation/
If you run into any issues, please email us at support@errsole.com.
For bug reports, please open an issue on GitHub.
:star: We appreciate your star, it helps!
FAQs
Collect, Store, and Visualize Logs with a Single Module
We found that errsole demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
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.