Gathering detailed insights and metrics for @lingui/babel-plugin-transform-react
Gathering detailed insights and metrics for @lingui/babel-plugin-transform-react
Gathering detailed insights and metrics for @lingui/babel-plugin-transform-react
Gathering detailed insights and metrics for @lingui/babel-plugin-transform-react
@sector-labs/lingui-babel-plugin-transform-react
Transform React components to ICU message format
babel-plugin-lingui-transform-react
Transform React components to ICU message format
@nightingales/lingui-babel-plugin-transform-react
Transform React components to ICU message format
🌍 📖 A readable, automated, and optimized (2 kb) internationalization for JavaScript
npm install @lingui/babel-plugin-transform-react
Typescript
Module System
Min. Node Version
Node Version
NPM Version
88.3
Supply Chain
84.5
Quality
78.3
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
9,116,043
Last Day
449
Last Week
6,448
Last Month
26,331
Last Year
424,401
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-plugin-transform-react@2.9.2
Unpacked Size
38.38 kB
Size
8.33 kB
File Count
7
NPM Version
6.13.6
Node Version
12.16.3
Cumulative downloads
Total Downloads
Last Day
-21.8%
449
Compared to previous day
Last Week
5.1%
6,448
Compared to previous week
Last Month
-4.8%
26,331
Compared to previous month
Last Year
-36.4%
424,401
Compared to previous year
Babel plugin which transforms content of components from lingui-react to ICU MessageFormat.
@lingui/babel-plugin-transform-react
is part of LinguiJS. See the documentation for all information, tutorials and examples.
1npm install --save-dev @lingui/babel-plugin-transform-react 2# yarn add --dev @lingui/babel-plugin-transform-react
.babelrc
(Recommended).babelrc
1{ 2 "plugins": ["@lingui/babel-plugin-transform-react"] 3}
1babel --plugins @lingui/babel-plugin-transform-react script.js
1require("@babel/core").transform("code", { 2 plugins: ["@lingui/babel-plugin-transform-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