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 9.0.0 to 9.1.0

2

bin/serve.js

@@ -338,3 +338,3 @@ #!/usr/bin/env node

// Default endpoint
args['--listen'] = [[5000]];
args['--listen'] = [[process.env.PORT || 5000]];
}

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

{
"name": "serve",
"version": "9.0.0",
"version": "9.1.0",
"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