
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@qualweb/locale
Advanced tools
Translation module for QualWeb reports.
$ npm i @qualweb/locale --save
If you want a translation on your own language, follow these steps:
Language | Code | Modules support | ||
---|---|---|---|---|
act-rules | wcag-techniques | best-practices | ||
English | en | Full | Full | Full |
Finnish | fi | Full | none | none |
Swedish | sv | Full | none | none |
Norwegian Bokmål | nb | Full | none | none |
Norwegian Nynorsk | nn | Full | none | none |
The best way to have a translated report is by using the @qualweb/core module, and passing the locale code you want in the options. If you really want to use this package separately bear in mind that the variables in the sentences wont be translated and some meaning can be lost.
'use strict';
import locales, { translateReport } from '@qualweb/locale';
async () => {
// EvaluationReport only. EARL report is not currently supported. If you need a EARL report, convert the evaluation report after the translation. Check https://github.com/qualweb/earl-reporter
const report = 'Evaluation report obtained from @qualweb/cli or @qualweb/core';
const translatedReport = new ReportTranslator('en').translate(report);
// OR
const translatedReport = new ReportTranslator(locales.en).translate(report);
// OR
const ownLocale = {
// If you have a compatible locale object
};
const translatedReport = new ReportTranslator(ownLocale).translate(report);
console.log(translatedReport);
};
ISC
FAQs
Locales for @qualweb/core evaluation reports.
The npm package @qualweb/locale receives a total of 268 weekly downloads. As such, @qualweb/locale popularity was classified as not popular.
We found that @qualweb/locale demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.