Socket
Socket
Sign inDemoInstall

webpack-hot-middleware

Package Overview
Dependencies
Maintainers
3
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.24.0 to 2.24.1

2

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -103,3 +103,3 @@ /**

unacceptedModules.forEach(function(moduleId) {
console.warn("[HMR] - " + moduleMap[moduleId]);
console.warn("[HMR] - " + moduleMap[moduleId] || moduleId);
});

@@ -117,3 +117,3 @@ }

renewedModules.forEach(function(moduleId) {
console.log("[HMR] - " + moduleMap[moduleId]);
console.log("[HMR] - " + moduleMap[moduleId] || moduleId);
});

@@ -120,0 +120,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