🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

livelocalhost

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

livelocalhost - npm Package Compare versions

Comparing version
1.2.3
to
1.2.4
+1
-1
livelocalhost.js

@@ -225,3 +225,3 @@ // LiveLocalhost class

watch(this.#serverDir, { recursive: true }, (event, file) => {
changed.add(file);
changed.add(file.replaceAll(sep, '/'));
wait();

@@ -228,0 +228,0 @@ });

{
"name": "livelocalhost",
"version": "1.2.3",
"version": "1.2.4",
"description": "localhost development server with live reloading",

@@ -5,0 +5,0 @@ "type": "module",