
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@logdash/node
Advanced tools
Logdash is a zero-config observability platform. This package serves a Node.js/Bun/Deno/Browser interface to use it.
Setup your free project in less than 2 minutes at logdash.io
npm install @logdash/node
import { Logdash } from '@logdash/node';
const logdash = new Logdash('<your-api-key>');
logdash.info('Application started successfully');
logdash.error('An unexpected error occurred');
logdash.warn('Low disk space warning');
const authLogdash = logdash.withNamespace('auth');
authLogdash.info('User logged in');
authLogdash.error('Authentication failed');
import { Logdash } from '@logdash/node';
const logdash = new Logdash('<your-api-key>');
// to set absolute value
logdash.setMetric('users', 0);
// to modify existing metric
logdash.mutateMetric('users', 1);
// Ensure all logs and metrics are sent before exiting
await logdash.flush();
To see the logs or metrics, go to your project dashboard

new Logdash(apiKey?, options?)
| Parameter | Required | Default | Description |
|---|---|---|---|
apiKey | no | - | Api key used to authorize against logdash servers. If you don't provide one, logs will be logged into local console only |
options.host | no | https://api.logdash.io | Custom API host, useful with self-hosted instances |
options.verbose | no | false | Useful for debugging purposes |
This project is licensed under the MIT License.
If you encounter any issues, please open an issue on GitHub or let us know at contact@logdash.io.
FAQs
How solo founders keep their SaaS apps healthy.
The npm package @logdash/node receives a total of 125 weekly downloads. As such, @logdash/node popularity was classified as not popular.
We found that @logdash/node demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.