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

live-dev-server

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

live-dev-server - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

4

lib/proxy.js

@@ -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",

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