Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@deloitte-digital-au/babel-preset-app
Advanced tools
Base Babel preset used by Deloitte Digital for our modern web apps.
If you are using our webpack-config package. This is already pre-installed, please read the main instructions to configure this package.
Prerequisite
To use, you will need to install the Babel cli:
npm install @babel/cli --save-dev
You may also like to set it up for a tool of your choice.
Install @deloitte-digital-au/babel-preset
npm install @deloitte-digital-au/babel-preset-app --save-dev
Then create a .babelrc
in the root of your project:
{
"presets": ["@deloitte-digital-au/babel-preset-app"]
}
IMPORTANT: Please ensure you polyfill Object.assign
for older browsers.
npm install @babel/preset-typescript --save-dev
Then add the typescript preset to your .babelrc
{
"presets": [
"@deloitte-digital-au/babel-preset-app",
"@babel/preset-typescript"
]
}
npm install @babel/preset-flow --save-dev
Then add the flow preset to your .babelrc
{
"presets": [
"@deloitte-digital-au/babel-preset-app",
"@babel/preset-flow"
]
}
1.5.0
babel
monorepo to v7.2.0
babel-plugin-transform-react-remove-prop-types
to v0.4.21
css-loader
to v2
mini-css-extract-plugin
to ^0.5.0
FAQs
Babel Preset for Deloitte Digital Projects
The npm package @deloitte-digital-au/babel-preset-app receives a total of 315 weekly downloads. As such, @deloitte-digital-au/babel-preset-app popularity was classified as not popular.
We found that @deloitte-digital-au/babel-preset-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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.