Socket
Socket
Sign inDemoInstall

serve-handler

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serve-handler - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

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

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

@@ -302,3 +302,7 @@ // Native

details.ext = details.ext.split('.')[1] || 'txt';
details.size = bytes(stats.size, {unitSeparator: ' '});
details.size = bytes(stats.size, {
unitSeparator: ' ',
decimalPlaces: 0
});
}

@@ -305,0 +309,0 @@

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