Socket
Socket
Sign inDemoInstall

serve

Package Overview
Dependencies
Maintainers
4
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serve - npm Package Compare versions

Comparing version 8.1.0 to 8.1.1

2

bin/serve.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc