Gathering detailed insights and metrics for @exodus/metro-react-native-babel-preset
Gathering detailed insights and metrics for @exodus/metro-react-native-babel-preset
npm install @exodus/metro-react-native-babel-preset
Typescript
Module System
Node Version
NPM Version
59.6
Supply Chain
62.8
Quality
80.8
Maintenance
100
Vulnerability
99.3
License
JavaScript (99.8%)
SCSS (0.15%)
CSS (0.03%)
TypeScript (0.02%)
Total Downloads
83,160
Last Day
180
Last Week
938
Last Month
6,087
Last Year
65,806
5,283 Stars
4,626 Commits
637 Forks
96 Watching
72 Branches
410 Contributors
Minified
Minified + Gzipped
Latest Version
0.73.10-exodus.0
Package Id
@exodus/metro-react-native-babel-preset@0.73.10-exodus.0
Unpacked Size
14.35 kB
Size
4.19 kB
File Count
7
NPM Version
8.1.2
Node Version
16.9.1
Publised On
29 Jun 2023
Cumulative downloads
Total Downloads
Last day
-45.9%
180
Compared to previous day
Last week
-42.3%
938
Compared to previous week
Last month
32.4%
6,087
Compared to previous month
Last year
279.2%
65,806
Compared to previous year
39
Babel presets for React Native applications. React Native itself uses this Babel preset by default when transforming your app's source code.
If you wish to use a custom Babel configuration by writing a babel.config.js
file in your project's root directory, you must specify all the plugins necessary to transform your code. React Native does not apply its default Babel configuration in this case. So, to make your life easier, you can use this preset to get the default configuration and then specify more plugins that run before it.
As mentioned above, you only need to use this preset if you are writing a custom babel.config.js
file.
Install metro-react-native-babel-preset
in your app:
with npm
:
1npm i metro-react-native-babel-preset --save-dev
or with yarn
:
1yarn add -D metro-react-native-babel-preset
Then, create a file called babel.config.js
in your project's root directory. The existence of this babel.config.js
file will tell React Native to use your custom Babel configuration instead of its own. Then load this preset:
{
"presets": ["module:metro-react-native-babel-preset"]
}
You can further customize your Babel configuration by specifying plugins and other options. See Babel's babel.config.js
documentation to learn more.
If you get stuck configuring Babel, please ask a question on Stack Overflow or find a consultant for help. If you discover a bug, please open up an issue.
No vulnerabilities found.
Reason
all changesets reviewed
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
9 existing vulnerabilities detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
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