Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-hot-loader

Package Overview
Dependencies
Maintainers
6
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hot-loader - npm Package Compare versions

Comparing version 4.13.0 to 4.13.1

10

package.json
{
"name": "react-hot-loader",
"version": "4.13.0",
"version": "4.13.1",
"description": "Tweak React components in real time.",

@@ -103,5 +103,5 @@ "main": "index.js",

"peerDependencies": {
"@types/react": "^15.0.0 || ^16.0.0 || ^17.0.0 ",
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 ",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 "
"@types/react": "^15.0.0 || ^16.0.0 || ^17.0.0",
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
},

@@ -117,3 +117,3 @@ "peerDependenciesMeta": {

"hoist-non-react-statics": "^3.3.0",
"loader-utils": "^1.1.0",
"loader-utils": "^2.0.3",
"prop-types": "^15.6.1",

@@ -120,0 +120,0 @@ "react-lifecycles-compat": "^3.0.4",

@@ -29,2 +29,4 @@ # React Hot Loader

* `other bundler` - no support yet, use React-Hot-Loader
* `create-react-app` - [supports Fast Refresh](https://create-react-app.dev/docs/advanced-configuration/) with FAST_REFRESH env since 4.
* `next.js` - [supports Fast Refresh](https://nextjs.org/docs/basic-features/fast-refresh) since 9.4

@@ -646,3 +648,3 @@ ## Install

You don't need to wrap every component with `hot`, application work work fine with a single one.
You don't need to wrap every component with `hot`, application works fine with a single one.

@@ -649,0 +651,0 @@ ### (old)`hot(module, options)(Component, options)`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc