Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@dlghq/babel-preset-dialog
Advanced tools
Babel preset for dialog projects.
npm install --save-dev @dlghq/babel-preset-dialog
Add @dlghq/babel-preset-dialog
to your .babelrc
.
{
"presets": [
[
"@dlghq/babel-preset-dialog",
{
"strict": false,
"optimize": true,
"typecheck": true
}
]
]
}
Name | Default | Description |
---|---|---|
spec | false | Enable spec compliance. |
flow | false | Convert flow-types to comments. |
loose | true | Enable loose mode. |
react | true | Enable react transforms. |
es2015 | true | Enable ES2015 syntax. |
esnext | true | Enable ESNext syntax. |
strict | true | Add "use strict"; to each file. |
runtime | true | Enable babel runtime. Requires babel-runtime package. |
modules | true | Enable ES2015 modules transforms. |
helpers | false | Enable babel external helpers. |
optimize | false | Enable optimization plugins. |
typecheck | false | Enable typecheck plugin. |
development | false | Enable development mode plugins. |
FAQs
Babel preset for dialog projects
The npm package @dlghq/babel-preset-dialog receives a total of 0 weekly downloads. As such, @dlghq/babel-preset-dialog popularity was classified as not popular.
We found that @dlghq/babel-preset-dialog demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 24 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.