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

tiny-lr

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny-lr - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

0

examples/express/app.js

@@ -0,0 +0,0 @@ var fs = require('fs');

@@ -0,0 +0,0 @@ var port = process.env.LR_PORT || process.env.PORT || 35729;

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@ var util = require('util');

@@ -0,0 +0,0 @@ /*! Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca> */

2

lib/server.js

@@ -22,3 +22,3 @@ var fs = require('fs');

options.livereload = options.livereload || path.join(__dirname, '../node_modules/livereload-js/dist/livereload.js');
options.livereload = options.livereload || require.resolve('livereload-js/dist/livereload.js');
options.port = parseInt(options.port || 35729, 10);

@@ -25,0 +25,0 @@

@@ -5,3 +5,3 @@ {

"description": "Tiny LiveReload server, background-friendly",
"version": "0.1.6",
"version": "0.1.7",
"homepage": "https://github.com/mklabs/tiny-lr",

@@ -8,0 +8,0 @@ "bugs": "https://github.com/mklabs/tiny-lr/issues",

@@ -0,0 +0,0 @@ # tiny-lr [![Build Status](https://travis-ci.org/mklabs/tiny-lr.svg?branch=master)](https://travis-ci.org/mklabs/tiny-lr)

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@ var wd = require('wd');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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