
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
webpackozea
Advanced tools
Our base webpack configuration at Kozea for React SSR application
yarn add webpackozea
npm i webpackozea
In your webpack config file
import { getBaseConfigClient, getBaseConfigServer } from 'webpackozea'
Use yalc if you want to test your changes locally using a store
Clone the webpackozea repo
git clone git@github.com:Kozea/webpackozea.git
In your local copy of webpackozea
# cd webpack-copy-local
yalc publish
Then in your project
# cd your-project
yalc link webpackozea
Make your changes in your local webpackozea, then push the changes to the store
# cd webpack-copy-local
yalc push
To remove the local webpackozea from your project
# cd your-project
yalc remove webpackozea
To remove all local package from your project
# cd your-project
yalc remove --all
In your project, each time you npm install, yarn install or update packages, you have to re-link again
# cd your-project
yalc link webpackozea
FAQs
A base webpack configuration
We found that webpackozea demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.