New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jsenv/server

Package Overview
Dependencies
Maintainers
2
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsenv/server - npm Package Compare versions

Comparing version 10.1.4 to 10.1.5

2

package.json
{
"name": "@jsenv/server",
"version": "10.1.4",
"version": "10.1.5",
"description": "Write your Node.js server using pure functions",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -236,3 +236,10 @@ /*

} catch (e) {
return convertFileSystemErrorToResponseProperties(e)
return composeTwoResponses(
{
headers: {
...(cacheControl ? { "cache-control": cacheControl } : {}),
},
},
convertFileSystemErrorToResponseProperties(e),
)
}

@@ -239,0 +246,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