Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
babel-plugin-react-hot
Advanced tools
Babel plugin using `react-hot-api` to add hot reloading to `React.createClass` and all classes with a `render` method.
Babel plugin using react-hot-api
to add hot reloading to React.createClass
and all ES6 classes with a render
method.
Most of this can be accredited to babel-plugin-react-hotify
. This particular repo was made to support the original react-hot-api
as a Babel plugin.
jspm install babel-plugin-react-hot=github:loggur/babel-plugin-react-hot
or
jspm install babel-plugin-react-hot=npm:babel-plugin-react-hot
or
npm install babel-plugin-react-hot
Simply add the module to either .babelrc
or options.plugins
for babel.transform
. See Babel's plugin docs.
To use this with webpack
without manually adding module.hot.accept()
to the bottom of your modules, use webpack-module-hot-accept
.
MIT
FAQs
Babel plugin using `react-hot-api` to add hot reloading to `React.createClass` and all classes with a `render` method.
The npm package babel-plugin-react-hot receives a total of 4 weekly downloads. As such, babel-plugin-react-hot popularity was classified as not popular.
We found that babel-plugin-react-hot demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.