Socket
Socket
Sign inDemoInstall

serve-handler

Package Overview
Dependencies
18
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.2.1

2

package.json
{
"name": "serve-handler",
"version": "3.2.0",
"version": "3.2.1",
"description": "The routing foundation of `serve` and static deployments on Now",

@@ -5,0 +5,0 @@ "main": "src/index.js",

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

if (original) {
/* istanbul ignore next */
if (original && process.env.NODE_ENV !== 'test') {
console.error(original);

@@ -538,3 +539,3 @@ }

if (path.extname(absolutePath) !== '') {
if (path.extname(relativePath) !== '') {
try {

@@ -541,0 +542,0 @@ stats = await handlers.stat(absolutePath);

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc