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.13 to 0.5.14

35

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

@@ -42,8 +42,5 @@ "keywords": [

"test:webpack-4": "cross-env WEBPACK_VERSION=4 yarn test",
"test:pre": "run-s yalc:publish yalc:add",
"test:pre": "yarn add -D file:./",
"test:exec": "node scripts/test.js",
"test:post": "yarn yalc:clean",
"yalc:add": "yalc add --dev @pmmmwh/react-refresh-webpack-plugin",
"yalc:clean": "yalc remove --all",
"yalc:publish": "yalc publish --no-scripts",
"test:post": "yarn remove @pmmmwh/react-refresh-webpack-plugin",
"lint": "eslint --report-unused-disable-directives --ext .js,.jsx .",

@@ -60,3 +57,3 @@ "lint:fix": "yarn lint --fix",

"dependencies": {
"ansi-html-community": "^0.0.8",
"ansi-html": "^0.0.9",
"core-js-pure": "^3.23.3",

@@ -66,3 +63,3 @@ "error-stack-parser": "^2.0.6",

"loader-utils": "^2.0.4",
"schema-utils": "^3.0.0",
"schema-utils": "^4.2.0",
"source-map": "^0.7.3"

@@ -74,4 +71,4 @@ },

"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^9.0.4",
"@types/jest": "^27.0.1",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/json-schema": "^7.0.6",

@@ -85,17 +82,18 @@ "@types/module-alias": "^2.0.0",

"cross-spawn": "^7.0.3",
"del-cli": "^4.0.1",
"del-cli": "^5.1.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11.2.0",
"get-port": "^5.1.1",
"jest": "^27.0.5",
"jest-environment-node": "^27.0.5",
"jest-junit": "^13.0.0",
"memfs": "^3.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-location-mock": "^2.0.0",
"module-alias": "^2.2.2",
"nanoid": "^3.1.31",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.1",
"puppeteer": "^13.4.0",
"prettier": "^3.3.0",
"puppeteer": "^22.10.0",
"react-refresh": "^0.14.0",

@@ -115,3 +113,2 @@ "semver": "^7.5.2",

"webpack-v4": "npm:webpack@4.x",
"yalc": "^1.0.0-pre.53",
"yn": "^4.0.0"

@@ -118,0 +115,0 @@ },

@@ -103,3 +103,5 @@ # React Refresh Webpack Plugin

>
> `type-fest@2.x` only supports Node.js v12.20 or above.
> `type-fest@4.x` only supports Node.js v16 or above,
> `type-fest@3.x` only supports Node.js v14.16 or above,
> and `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`.

@@ -251,4 +253,4 @@

> `ts-loader` won't work with HMR unless `transpileOnly` is set to `true`.
> You should use `ForkTsCheckerWebpackPlugin` if you need typechecking during development.
> It is recommended to run `ts-loader` with `transpileOnly` is set to `true`.
> You can use `ForkTsCheckerWebpackPlugin` as an alternative if you need typechecking during development.

@@ -322,7 +324,7 @@ </details>

| Dependency | Version |
| ------------------------ | ----------------- |
| `webpack-dev-server` | `3.6.0`+ or `4.x` |
| `webpack-hot-middleware` | `2.x` |
| `webpack-plugin-serve` | `0.x` or `1.x` |
| Dependency | Version |
| ------------------------ | -------------------------- |
| `webpack-dev-server` | `3.6.0`+ or `4.x` or `5.x` |
| `webpack-hot-middleware` | `2.x` |
| `webpack-plugin-serve` | `0.x` or `1.x` |

@@ -329,0 +331,0 @@ ## API

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc