
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Developer / Geliştirici:
Swôth#9990
(Member of teamRennia)
EN: First we have to define the package.
TR: İlk olarak modülü tanımlamalıyız.
const rLogs = require('rlogs.js');
EN: Let's make the settings!
TR: Hadi ayarları yapalım!
const rLogs = require('rlogs.js');
new rLogs({
language: "EN", // TR or EN is available...
timezone: "Europe/Istanbul", // Example: Europe/Paris or Europe/Istanbul
view: "NORMAL", // NORMAL and SMALL is available...
});
EN: Let's send a normal log!
TR: Hadi normal log gönderelim!
const rLogs = require('rlogs.js');
new rLogs({
language: "EN", // TR or EN is available...
timezone: "Europe/Istanbul", // Example: Europe/Paris or Europe/Istanbul
view: "NORMAL", // NORMAL and SMALL is available...
});
rLogs.log("Hello world!"); // Output: [ Date: 22.10.2020 | Time: 19:09 ] LOG: Hello world!
EN: Let's send a warn log!
TR: Hadi uyarı logu gönderelim!
const rLogs = require('rlogs.js');
new rLogs({
language: "EN", // TR or EN is available...
timezone: "Europe/Istanbul", // Example: Europe/Paris or Europe/Istanbul
view: "NORMAL", // NORMAL and SMALL is available...
});
rLogs.warn("WARN!"); // Output: [ Date: 22.10.2020 | Time: 19:09 ] WARN: WARN!
EN: Let's send a error log!
TR: Hadi hata logu gönderelim!
const rLogs = require('rlogs.js');
new rLogs({
language: "EN", // TR or EN is available...
timezone: "Europe/Istanbul", // Example: Europe/Paris or Europe/Istanbul
view: "NORMAL", // NORMAL and SMALL is available...
});
rLogs.error("Oh error!"); // Output: [ Date: 22.10.2020 | Time: 19:09 ] ERROR: Oh error!
0.0.2 ▸ READ.ME bug has been fixed!
0.0.1 ▸ Package created and published on NPM
by
Swôth#9990
(MIT)
FAQs
rLogs | Better Log Notifications | by Swôth#9990
We found that rlogs.js 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.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.