Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
babel-preset-vue-app
Advanced tools
generator
and async/await
yarn add babel-preset-vue-app --dev
// .babelrc
{
"presets": ["vue-app"]
}
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.
FAQs
Complete babel presets for a Vue app.
The npm package babel-preset-vue-app receives a total of 9,978 weekly downloads. As such, babel-preset-vue-app popularity was classified as popular.
We found that babel-preset-vue-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.