
Research
npm Malware Targets Telegram Bot Developers with Persistent SSH Backdoors
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
fluent-types-loader
Advanced tools
`fluent-types-loader` is a wepback loader for generating fluent message identifier typings.
fluent-types-loader
is a wepback loader for generating fluent message identifier typings.
yarn add -D fluent-types-loader
The loader should execute before raw-loader
.
module.exports = {
entry: "./entry.js",
module: {
rules: [
{
test: /\.ftl$/,
use: ["raw-loader", "fluent-types-loader"],
},
],
},
};
The built-in CLI can be used to manually trigger the type generation.
yarn generate-fluent-types --outDir .
yarn generate-fluent-types --outDir node_modules/@types/fluent-types-loader # 1 to 1, with what the loader does
FAQs
`fluent-types-loader` is a wepback loader for generating fluent message identifier typings.
The npm package fluent-types-loader receives a total of 3 weekly downloads. As such, fluent-types-loader popularity was classified as not popular.
We found that fluent-types-loader 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.
Research
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.