webpack-hot-middleware
Advanced tools
Comparing version 2.18.1 to 2.18.2
@@ -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" |
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
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
4
0
109187
911
- Removedpath-browserify@0.0.0
- Removedpath-browserify@0.0.0(transitive)