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.
@artshell/tolgee-format-icu-jsx-param
Advanced tools
Tolgee format ICU plugin that supports jsx params
this is an alternative of Tolgee ICU formatter if you are using React and want to pass JSX in params when using the "argument" notation (ex: "Hello {thing}").
npm install @artshell/tolgee-format-icu-jsx-param
First, create a Tolgee instance and run it.
import { FormatIcu } from "@artshell/tolgee-format-icu-jsx-param";
const tolgee = Tolgee()
.use(FormatIcu())
.init(...)
...
Now you can use ICU format in your translations. Example:
tolgee.t("test", "Hello {thing}", { thing: <strong>world</strong> });
// 'Hello <strong>world</strong>'
for more information refer to Tolgee ICU formatter
FAQs
Tolgee format ICU plugin that supports jsx params
The npm package @artshell/tolgee-format-icu-jsx-param receives a total of 227 weekly downloads. As such, @artshell/tolgee-format-icu-jsx-param popularity was classified as not popular.
We found that @artshell/tolgee-format-icu-jsx-param demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.