Socket
Socket
Sign inDemoInstall

webpack-hot-middleware

Package Overview
Dependencies
4
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.25.1 to 2.25.2

5

client.js

@@ -18,4 +18,5 @@ /*eslint-env browser*/

if (__resourceQuery) {
var querystring = require('querystring');
var overrides = querystring.parse(__resourceQuery.slice(1));
var overrides = Object.fromEntries(
new URLSearchParams(__resourceQuery.slice(1))
);
setOverrides(overrides);

@@ -22,0 +23,0 @@ }

3

package.json
{
"name": "webpack-hot-middleware",
"version": "2.25.1",
"version": "2.25.2",
"description": "Webpack hot reloading you can attach to your own server",

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

"html-entities": "^2.1.0",
"querystring": "^0.2.0",
"strip-ansi": "^6.0.0"

@@ -34,0 +33,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc