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.2.0 to 0.2.1

9

lib/messages.js

@@ -42,6 +42,13 @@ var clc = require("cli-color");

patterns.forEach(function (item) {
var limit = 10;
var slice = patterns.slice(0, limit);
slice.forEach(function (item) {
string += item.replace(" ", "") + "\n";
});
if (patterns.length > limit) {
string += "Plus more...\n";
}
} else {

@@ -48,0 +55,0 @@ string = "Not watching anything...";

2

package.json
{
"name": "browser-sync",
"description": "Live CSS Reload & Browser Syncing",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/shakyshane/browser-sync",

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

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