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

rollup-plugin-livereload

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-livereload - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

dist/index.cjs.js

@@ -15,3 +15,3 @@ 'use strict';

var enabled = options.verbose !== false;
var enabled = options.verbose === false;
var port = options.port || 35729;

@@ -18,0 +18,0 @@ var server = livereload.createServer(options);

@@ -13,3 +13,3 @@ import { createServer } from 'livereload';

var enabled = options.verbose !== false;
var enabled = options.verbose === false;
var port = options.port || 35729;

@@ -16,0 +16,0 @@ var server = createServer(options);

{
"name": "rollup-plugin-livereload",
"version": "0.3.0",
"version": "0.3.1",
"description": "Rollup plugin for LiveReload that watches the bundle and reloads the page on change",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

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