Gathering detailed insights and metrics for babel-preset-vue-app
Gathering detailed insights and metrics for babel-preset-vue-app
Gathering detailed insights and metrics for babel-preset-vue-app
Gathering detailed insights and metrics for babel-preset-vue-app
npm install babel-preset-vue-app
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
125 Stars
41 Commits
19 Forks
30 Watchers
1 Branches
75 Contributors
Updated on May 29, 2025
Latest Version
2.0.0
Package Id
babel-preset-vue-app@2.0.0
Size
2.81 kB
NPM Version
5.5.1
Node Version
8.4.0
Published on
Dec 06, 2017
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
generator
and async/await
1yarn add babel-preset-vue-app --dev
1// .babelrc 2{ 3 "presets": ["vue-app"] 4}
Type: boolean
Default: false
Disable runtime transform. i.e. do not add helpers and polyfill for unsupported features of target environment, eg: Object.assign
, Promise
As we're using babel-plugin-transform-runtime
to polyfill your code without polluting globals, something like "foobar".includes("foo")
will not work since that would require modification of existing builtins. See babel-plugin-transform-runtime.
Type: object
Default: { node: 'current' }
when env
is test
or { ie: 9, uglify: true }
otherwise.
Takes an object of environment versions to support.
As we're using babel-preset-env
to determine the Babel plugins and polyfills you need, this option lets you adjust your supported environments. See targets
in babel-preset-env.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/30 approved changesets -- score normalized to 0
Reason
project is archived
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
74 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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