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

serve

Package Overview
Dependencies
Maintainers
3
Versions
153
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 6.4.2 to 6.4.3

3

lib/server.js

@@ -171,4 +171,3 @@ // Native

flags.single &&
(!(yield fs.exists(related)) ||
related === path.join(current, '/index.html'))
(!relatedExists || related === path.join(current, '/index.html'))
) {

@@ -175,0 +174,0 @@ // Don't cache the `index.html` file for single page applications

{
"name": "serve",
"version": "6.4.2",
"version": "6.4.3",
"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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc