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

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.5.1 to 0.5.2

8

lib/browser-sync.js

@@ -105,2 +105,3 @@ "use strict";

var hostIp = this.getHostIp(options, devIp.getIp(null));
var msg;

@@ -116,2 +117,5 @@ var ioLocal = this.setupSocket(ports);

this.initServer(hostIp, ports, options, ioLocal);
} else {
msg = messages.init(hostIp, ports);
this.log(msg, options, true);
}

@@ -386,6 +390,2 @@

if (!server && !proxy) {
msg = messages.init(host, ports);
}
if (open) {

@@ -392,0 +392,0 @@ this.openBrowser(host, ports[open], options);

{
"name": "browser-sync",
"description": "Live CSS Reload & Browser Syncing",
"version": "0.5.1",
"version": "0.5.2",
"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