Gathering detailed insights and metrics for @lingui/babel-preset-react
Gathering detailed insights and metrics for @lingui/babel-preset-react
Gathering detailed insights and metrics for @lingui/babel-preset-react
Gathering detailed insights and metrics for @lingui/babel-preset-react
🌍 📖 A readable, automated, and optimized (2 kb) internationalization for JavaScript
npm install @lingui/babel-preset-react
Typescript
Module System
Node Version
NPM Version
70.1
Supply Chain
72
Quality
77.9
Maintenance
100
Vulnerability
100
License
TypeScript (90.25%)
MDX (5.98%)
JavaScript (2.17%)
SCSS (1.42%)
Vue (0.16%)
Shell (0.01%)
Total Downloads
2,378,220
Last Day
45
Last Week
2,382
Last Month
10,638
Last Year
191,623
MIT License
5,225 Stars
2,549 Commits
408 Forks
32 Watchers
7 Branches
230 Contributors
Updated on Jul 06, 2025
Minified
Minified + Gzipped
Latest Version
2.9.2
Package Id
@lingui/babel-preset-react@2.9.2
Unpacked Size
3.23 kB
Size
1.62 kB
File Count
4
NPM Version
6.13.6
Node Version
12.16.3
Cumulative downloads
Total Downloads
Last Day
200%
45
Compared to previous day
Last Week
-7.8%
2,382
Compared to previous week
Last Month
-13.1%
10,638
Compared to previous month
Last Year
-21.9%
191,623
Compared to previous year
Babel preset for all Lingui plugins required in React apps (for vanilla JS apps see @lingui/babel-preset-js).
@lingui/babel-preset-react
is part of LinguiJS. See the documentation for all information, tutorials and examples.
1npm install --save-dev @lingui/babel-preset-react 2# yarn add --dev @lingui/babel-preset-react
.babelrc
(Recommended).babelrc
1{ 2 "presets": ["@lingui/babel-preset-react"] 3}
1babel script.js --presets @lingui/babel-preset-react
1require("@babel/core").transform("code", { 2 presets: ["@lingui/babel-preset-react"] 3});
No vulnerabilities found.
Reason
14 commit(s) and 22 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
Found 23/30 approved changesets -- score normalized to 7
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
94 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More