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.4.7 to 0.4.8

3

lib/server.js

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

if (!snippetUtils.isExcluded(req)) {
if (!snippetUtils.isExcluded(req) && req.method === "GET") {

@@ -51,2 +51,3 @@ var clients = io.sockets.clients();

if (clients.length && !disabled && !navigating) {
navigating = true;

@@ -53,0 +54,0 @@ disabled = true;

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

@@ -6,0 +6,0 @@ "author": {

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