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.3.0-beta.4 to 0.3.0-beta.5

3

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

@@ -29,2 +29,3 @@ "keywords": [

"main": "src/index.js",
"types": "types/index.d.ts",
"files": [

@@ -31,0 +32,0 @@ "src",

@@ -22,5 +22,5 @@ {

},
"wdsSockHost": { "type": "string" },
"wdsSockPath": { "type": "string" },
"wdsSockPort": { "type": "number", "minimum": 0 }
"sockHost": { "type": "string" },
"sockPath": { "type": "string" },
"sockPort": { "type": "number", "minimum": 0 }
}

@@ -27,0 +27,0 @@ },

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