Gathering detailed insights and metrics for @moccu/babel-browserslist-loader
Gathering detailed insights and metrics for @moccu/babel-browserslist-loader
Gathering detailed insights and metrics for @moccu/babel-browserslist-loader
Gathering detailed insights and metrics for @moccu/babel-browserslist-loader
npm install @moccu/babel-browserslist-loader
Typescript
Module System
Node Version
NPM Version
42.6
Supply Chain
49.8
Quality
71.2
Maintenance
25
Vulnerability
96.1
License
JavaScript (94.47%)
Makefile (5.53%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
7 Commits
3 Watchers
1 Branches
2 Contributors
Updated on Feb 11, 2019
Latest Version
1.0.1
Package Id
@moccu/babel-browserslist-loader@1.0.1
Unpacked Size
7.18 kB
Size
3.21 kB
File Count
13
NPM Version
5.6.0
Node Version
8.11.3
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
The webpack babel-loader with support for browsers defined in .browserslistrc for babel 6.x.
According to the missing support of a shareable browserslist config in babel-preset-env (issue 108) and the comment of skleeschulte, this functions provides a babel-loader configuration including the target browsers configuration from the browserslistrc file.
$ npm install --save-dev @moccu/babel-browserslist-loader
const babelloader = require('@moccu/babel-browserslist-loader');
module.exports = {
// webpack config...
rules: [
{
test: /\.js$/
use: [
babelloader()
]
}
]
};
npm test
npm publish --access=public
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/7 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
branch protection not enabled on development/release branches
Details
Reason
68 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
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