Socket
Socket
Sign inDemoInstall

@americanairlines/controller-interceptor

Package Overview
Dependencies
12
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

lib/index.js

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

.slice(0, options.requestIdLength)}`;
req.headers.requestId = requestId;
req.headers["X-Trace-Id"] = requestId;
const requestInfo = {

@@ -13,0 +13,0 @@ requestId,

{
"name": "@americanairlines/controller-interceptor",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple interceptor for ExpressJs for logging/tracing purposes.",

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

@@ -30,3 +30,3 @@ import { Request, Response, NextFunction, Send } from "express";

.slice(0, options.requestIdLength)}`;
req.headers.requestId = requestId;
req.headers["X-Trace-Id"] = requestId;
const requestInfo: RequestInfo = {

@@ -33,0 +33,0 @@ requestId,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc