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
220
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 2.7.0 to 2.7.1

2

package.json
{
"name": "@jsenv/server",
"version": "2.7.0",
"version": "2.7.1",
"description": "High level api for node.js server.",

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

@@ -108,3 +108,5 @@ import { createLogger } from "@jsenv/logger"

)
event.id = computeEventId(event, previousEventId)
if (typeof event.id === "undefined") {
event.id = computeEventId(event, previousEventId)
}
previousEventId = event.id

@@ -111,0 +113,0 @@ eventHistory.add(event)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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