Comparing version 8.1.0 to 8.1.1
@@ -159,3 +159,3 @@ #!/usr/bin/env node | ||
} else if (typeof details === 'object' && details.port) { | ||
console.log(info(`Accepting connections at http://localhost:${details.port}`)); | ||
console.log(info(`Accepting connections at http://${details.address}:${details.port}`)); | ||
} else { | ||
@@ -162,0 +162,0 @@ console.log(info('Accepting connections')); |
{ | ||
"name": "serve", | ||
"version": "8.1.0", | ||
"version": "8.1.1", | ||
"description": "Static file serving and directory listing", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12606