Socket
Socket
Sign inDemoInstall

@pmmmwh/react-refresh-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pmmmwh/react-refresh-webpack-plugin - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

10

CHANGELOG.md

@@ -0,1 +1,11 @@

## 0.5.1 (15 September 2021)
### Fixes
- Relaxed peer dependency requirement on `type-fest` to allow v2.x (#507, #508)
### Internal
- Fixed typos in README (#509)
## 0.5.0 (14 September 2021)

@@ -2,0 +12,0 @@

4

package.json
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
"version": "0.5.0",
"version": "0.5.1",
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",

@@ -117,3 +117,3 @@ "keywords": [

"sockjs-client": "^1.4.0",
"type-fest": ">=0.17.0 <2.0.0",
"type-fest": ">=0.17.0 <3.0.0",
"webpack": ">=4.43.0 <6.0.0",

@@ -120,0 +120,0 @@ "webpack-dev-server": "3.x || 4.x",

@@ -103,2 +103,7 @@ # React Refresh Webpack Plugin

> **:memo: Note**:
>
> `type-fest@2.x` only supports Node.js v12.20 or above.
> If you're using an older version of Node.js, please install `type-fest@1.x`.
</details>

@@ -111,3 +116,3 @@

The examples below will also assume you're using `webpack-dev-server`.
The example below will assume you're using `webpack-dev-server`.

@@ -159,5 +164,2 @@ If you haven't done so, set up your development Webpack configuration for Hot Module Replacement (HMR).

> **:memo: Note**:
> `webpack-plugin-serve` officially only supports Webpack 4.
</details>

@@ -302,2 +304,5 @@

For more information on how to set up "Fast Refresh" with different integrations,
please check out [our examples](examples).
### Overlay Integration

@@ -315,3 +320,3 @@

| ------------------------ | ----------------- |
| `wewbpack-dev-server` | `3.6.0`+ or `4.x` |
| `webpack-dev-server` | `3.6.0`+ or `4.x` |
| `webpack-hot-middleware` | `2.x` |

@@ -318,0 +323,0 @@ | `webpack-plugin-serve` | `0.x` or `1.x` |

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