Gathering detailed insights and metrics for @lingui/babel-preset-react
Gathering detailed insights and metrics for @lingui/babel-preset-react
npm install @lingui/babel-preset-react
Typescript
Module System
Node Version
NPM Version
70.5
Supply Chain
72
Quality
77.9
Maintenance
100
Vulnerability
100
License
TypeScript (90.09%)
MDX (6.24%)
JavaScript (2.01%)
SCSS (1.48%)
Vue (0.17%)
Shell (0.01%)
Total Downloads
2,318,829
Last Day
885
Last Week
3,660
Last Month
13,451
Last Year
216,244
4,850 Stars
2,522 Commits
394 Forks
32 Watching
7 Branches
222 Contributors
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
8.1%
885
Compared to previous day
Last week
3%
3,660
Compared to previous week
Last month
9.6%
13,451
Compared to previous month
Last year
-18.6%
216,244
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
no dangerous workflow patterns detected
Reason
30 commit(s) and 23 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 15/30 approved changesets -- score normalized to 5
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
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
68 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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