live-dev-server
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -13,3 +13,3 @@ const httpProxy = require('http-proxy') | ||
let originalUrl = parseUrl.original(req) | ||
let { search = '' } = parseUrl.original(req) | ||
let reqPath = parseUrl(req).pathname | ||
@@ -31,3 +31,3 @@ | ||
req.url = resultReqPath + originalUrl.search | ||
req.url = resultReqPath + search | ||
target && proxyServer.web(req, res, proxyItemOpts) | ||
@@ -34,0 +34,0 @@ return true |
{ | ||
"name": "live-dev-server", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "develop env, watch files change", | ||
@@ -25,3 +25,2 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"body-parser": "^1.19.0", | ||
"chokidar": "^3.4.3", | ||
@@ -28,0 +27,0 @@ "connect": "^3.7.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
6
15148
- Removedbody-parser@^1.19.0
- Removedbody-parser@1.20.3(transitive)
- Removedbytes@3.1.2(transitive)
- Removedcall-bind-apply-helpers@1.0.1(transitive)
- Removedcall-bound@1.0.3(transitive)
- Removedcontent-type@1.0.5(transitive)
- Removeddepd@2.0.0(transitive)
- Removeddestroy@1.2.0(transitive)
- Removeddunder-proto@1.0.1(transitive)
- Removedes-define-property@1.0.1(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedes-object-atoms@1.0.0(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.2.7(transitive)
- Removedget-proto@1.0.1(transitive)
- Removedgopd@1.2.0(transitive)
- Removedhas-symbols@1.1.0(transitive)
- Removedhasown@2.0.2(transitive)
- Removedhttp-errors@2.0.0(transitive)
- Removediconv-lite@0.4.24(transitive)
- Removedmath-intrinsics@1.1.0(transitive)
- Removedmedia-typer@0.3.0(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removedobject-inspect@1.13.3(transitive)
- Removedon-finished@2.4.1(transitive)
- Removedqs@6.13.0(transitive)
- Removedraw-body@2.5.2(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedside-channel@1.1.0(transitive)
- Removedside-channel-list@1.0.0(transitive)
- Removedside-channel-map@1.0.1(transitive)
- Removedside-channel-weakmap@1.0.2(transitive)
- Removedstatuses@2.0.1(transitive)
- Removedtype-is@1.6.18(transitive)