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

@trayio/express

Package Overview
Dependencies
Maintainers
0
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trayio/express - npm Package Compare versions

Comparing version 4.50.0 to 4.51.0

4

dist/http/ExpressHttpController.js

@@ -55,3 +55,3 @@ "use strict";

const requestBody = await this.parseRequestBody(req);
const httpResponse = await endpoint.execute(this.logger)({
const httpResponse = await endpoint.execute(this.logger)(Http_1.HttpRequest.create({
headers,

@@ -61,3 +61,3 @@ pathParams: req.params,

body: requestBody,
})();
}))();
const response = Object.entries(httpResponse.headers)

@@ -64,0 +64,0 @@ .reduce((acc, [key, value]) => acc.setHeader(key, value), res)

{
"name": "@trayio/express",
"version": "4.50.0",
"version": "4.51.0",
"description": "Express extensions and implementations",

@@ -17,3 +17,3 @@ "exports": {

"dependencies": {
"@trayio/commons": "4.50.0",
"@trayio/commons": "4.51.0",
"cors": "2.8.5",

@@ -20,0 +20,0 @@ "express": "4.20.0",

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