Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webpack-hot-middleware

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-hot-middleware - npm Package Compare versions

Comparing version 2.18.1 to 2.18.2

3

client.js

@@ -14,3 +14,2 @@ /*eslint-env browser*/

if (__resourceQuery) {
var path = require('path-browserify');
var querystring = require('querystring');

@@ -33,3 +32,3 @@ var overrides = querystring.parse(__resourceQuery.slice(1));

if (overrides.dynamicPublicPath) {
options.path = path.join(__webpack_public_path__, options.path);
options.path = __webpack_public_path__ + options.path;
}

@@ -36,0 +35,0 @@ }

{
"name": "webpack-hot-middleware",
"version": "2.18.1",
"version": "2.18.2",
"description": "Webpack hot reloading you can attach to your own server",

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

"html-entities": "^1.2.0",
"path-browserify": "0.0.0",
"querystring": "^0.2.0",

@@ -32,0 +31,0 @@ "strip-ansi": "^3.0.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