Gathering detailed insights and metrics for ababel
Gathering detailed insights and metrics for ababel
Gathering detailed insights and metrics for ababel
Gathering detailed insights and metrics for ababel
npm install ababel
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (97.55%)
Handlebars (2.45%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3 Stars
95 Commits
1 Forks
1 Watchers
10 Branches
1 Contributors
Updated on Oct 01, 2020
Latest Version
6.1.5
Package Id
ababel@6.1.5
Size
5.70 kB
NPM Version
6.14.5
Node Version
14.2.0
Published on
Oct 01, 2020
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
Compile with babel only when file changed from last time.
1$ npm install ababel --save
1'use strict' 2 3const ababel = require('ababel') 4 5void async function () { 6 await ababel('**/*.jsx', { 7 cwd: 'src', 8 out: 'dest', 9 minified: true, 10 presets: ['es2015', 'react'] 11 }) 12}().catch((err) => console.error(err)) 13 14
ababel(pattern, options) -> Promise
Name | Type | Description |
---|---|---|
pattern | string | Glob file name pattern |
options | Object | Optional settings |
options.cwd | string | Current working directory path |
options.out | string | Output directory path |
options.minified | boolean | Minified or not |
options.reflects | string[] | File patterns to reflects changes |
This software is released under the MIT License.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 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
branch protection not enabled on development/release branches
Details
Reason
26 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
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