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.4.0 to 0.4.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 0.4.1 (28 July 2020)
### Fixes
- Fixed accidental use of testing alias `webpack.next` in published plugin code (#167)
## 0.4.0 (28 July 2020)

@@ -2,0 +8,0 @@

2

lib/index.js

@@ -232,3 +232,3 @@ const validateOptions = require('schema-utils');

case 5: {
const NormalModule = require('webpack.next/lib/NormalModule');
const NormalModule = require('webpack/lib/NormalModule');
const RuntimeGlobals = require('webpack/lib/RuntimeGlobals');

@@ -235,0 +235,0 @@ const ReactRefreshRuntimeModule = require('./runtime/RefreshRuntimeModule');

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

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

"@types/json-schema": "^7.0.5",
"@types/node": "^14.0.24",
"@types/node": "^14.0.26",
"@types/puppeteer": "^3.0.1",

@@ -76,6 +76,6 @@ "@types/webpack": "^4.41.21",

"jest-environment-node": "^26.1.0",
"jest-junit": "^11.0.1",
"jest-junit": "^11.1.0",
"jest-watch-typeahead": "^0.6.0",
"memfs": "^3.2.0",
"nanoid": "^3.1.10",
"nanoid": "^3.1.11",
"patch-package": "^6.2.2",

@@ -89,3 +89,3 @@ "prettier": "^2.0.5",

"typescript": "3.9.7",
"webpack": "^4.43.0",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12",

@@ -92,0 +92,0 @@ "webpack-cli.beta": "npm:webpack-cli@^4.0.0-beta.8",

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