Socket
Socket
Sign inDemoInstall

livereload

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

livereload - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

dist/test.svg

3

lib/command.js

@@ -88,4 +88,3 @@ // Generated by CoffeeScript 1.12.7

opts.parse(options.reverse(), args, true);
path = opts.arg('path') || '.';
path.split(/\s*,\s*/).map(function(x) {
path = (opts.arg('path') || '.').split(/\s*,\s*/).map(function(x) {
return resolve(x);

@@ -92,0 +91,0 @@ });

{
"name": "livereload",
"description": "LiveReload server",
"version": "0.9.2",
"version": "0.9.3",
"contributors": [

@@ -6,0 +6,0 @@ {

@@ -233,2 +233,5 @@ node-livereload

### 0.9.3
* CLI: Fix multiple path parsing bug.
### 0.9.2

@@ -235,0 +238,0 @@ * Server: Added `filesToReload` option to specify a list of filenames that should trigger the reload, rather than relying on extensions alone.

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