Socket
Socket
Sign inDemoInstall

browser-sync

Package Overview
Dependencies
Maintainers
1
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-sync - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

2

lib/proxy.js

@@ -127,3 +127,3 @@ "use strict";

if (res.statusCode === 302) {
res.headers.location = utils.handleRedirect(res.url, options, host, ports.proxy)
res.headers.location = utils.handleRedirect(res.url, options, host, ports.proxy);
}

@@ -130,0 +130,0 @@ utils.removeHeaders(res.headers, ["content-length", "content-encoding"]);

{
"name": "browser-sync",
"description": "Live CSS Reload & Browser Syncing",
"version": "0.7.1",
"version": "0.7.2",
"homepage": "https://github.com/shakyshane/browser-sync",

@@ -44,3 +44,3 @@ "author": {

"resp-modifier": "0.0.4",
"browser-sync-client": "0.0.3",
"browser-sync-client": "0.0.4",
"commander": "~2.1.0",

@@ -47,0 +47,0 @@ "browser-sync-control-panel": "0.0.1"

Sorry, the diff of this file is not supported yet

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