Gathering detailed insights and metrics for babel-preset-expo-modern
Gathering detailed insights and metrics for babel-preset-expo-modern
npm install babel-preset-expo-modern
Typescript
Module System
Node Version
NPM Version
58
Supply Chain
77.9
Quality
73.8
Maintenance
100
Vulnerability
99.3
License
JavaScript (100%)
Total Downloads
7,754
Last Day
2
Last Week
24
Last Month
813
Last Year
5,665
14 Commits
2 Watching
3 Branches
1 Contributors
Latest Version
0.1.3
Package Id
babel-preset-expo-modern@0.1.3
Unpacked Size
13.43 kB
Size
4.53 kB
File Count
15
NPM Version
6.14.11
Node Version
14.16.0
Cumulative downloads
Total Downloads
Last day
-93.5%
2
Compared to previous day
Last week
-91.5%
24
Compared to previous week
Last month
-6.2%
813
Compared to previous month
Last year
902.7%
5,665
Compared to previous year
18
1
1
Babel preset for Expo that won't transpile all the way back to ES5
Using the default expo/metro preset for Babel will yield you code that's pretty portable,
but uses more transforms than are strictly necessary. Modern browsers support destructuring,
computed properties, ES6 classes, arrow functions, for-of, and a slew of other features that
are transpiled away by metro-react-native-babel-preset
. Simply by not doing that, we can
emit better source maps and cleaner code for debugging.
These syntax elements will be transpiled away
Use metro/expo preset if you use these syntax elements AND your target browser doesn't support them.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
8 existing vulnerabilities detected
Details
Reason
Found 0/14 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
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