Gathering detailed insights and metrics for @ava/babel-preset-stage-4
Gathering detailed insights and metrics for @ava/babel-preset-stage-4
Gathering detailed insights and metrics for @ava/babel-preset-stage-4
Gathering detailed insights and metrics for @ava/babel-preset-stage-4
Efficiently applies the minimum of transforms to run stage 4 code on Node.js 6, 8 and 10
npm install @ava/babel-preset-stage-4
Module System
Unable to determine the module system for this package.
Min. Node Version
Typescript Support
Node Version
NPM Version
13 Stars
59 Commits
6 Forks
7 Watching
2 Branches
4 Contributors
Updated on 28 Jan 2023
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-17.4%
14,478
Compared to previous day
Last week
11.3%
96,973
Compared to previous week
Last month
30.7%
352,775
Compared to previous month
Last year
-8.4%
3,491,744
Compared to previous year
Aspires to bring finished ECMAScript proposals to AVA's test and helper files.
Efficiently applies the minimum of transforms to run the latest JavaScript syntax on Node.js 8, 10 and 12.
Built-ins are not added or extended, so features like Proxies, Array.prototype.includes
or String.prototype.padStart
will only be available if the Node.js version running the tests supports it. Consult node.green for details.
Sometimes a particular feature is mostly implemented in Node.js. In that case transforms are not applied.
Not all proposals can be supported via Babel transforms, see below for details. Babel may require "syntax" plugins in order to parse certain files. These plugins should be applied explicitly since this preset may not include them.
1$ npm install --save @ava/babel-preset-stage-4
Add @ava/stage-4
to your Babel presets.
For more information on setting options for a preset, refer to the preset options documentation.
modules
By default this preset transform ES2015 modules to CommonJS. Set to false
to disable this behavior. Other values are ignored.
† @babel/plugin-proposal-async-generator-functions
relies on Symbol.asyncIterator
, which AVA does not polyfill for you.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 2/18 approved changesets -- score normalized to 1
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-25
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