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 12.5.6 to 12.5.7

2

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

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

@@ -731,2 +731,9 @@ import http from "node:http"

const addEffect = (callback) => {
const cleanup = callback()
if (typeof cleanup === "function") {
stopCallbackList.add(cleanup)
}
}
return {

@@ -738,2 +745,3 @@ getStatus: () => status,

stoppedPromise,
addEffect,
}

@@ -740,0 +748,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