Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@verdaccio/babel-preset
Advanced tools
Configurable Babel preset for Verdaccio projects
To use the preset in your .babelrc
file, you have to add it using:
{
"presets": ["@verdaccio"]
}
BABEL_ENV
options possibles are: ui
, test
, registry
and docker
.
Note: docker
has a fixed Node targed with 10
;
To use a different Node target version (by default is 6.10
)
{
"presets": [["@verdaccio", {"node": "9"}]]
}
Node 8.15 is the minimum version supported and the default set up.
Enable debug
{
"presets": [["@verdaccio", {"debug": true}]]
}
@verdaccio/babel-preset is a open source project with MIT license
10.0.0 (2021-03-29)
Note: Version bump only for package @verdaccio/monorepo
FAQs
A common preset for Verdaccio projects
The npm package @verdaccio/babel-preset receives a total of 388 weekly downloads. As such, @verdaccio/babel-preset popularity was classified as not popular.
We found that @verdaccio/babel-preset demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.