webpack-hot-middleware
Advanced tools
Comparing version 2.24.0 to 2.24.1
{ | ||
"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 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30962
1