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.5 to 1.0.51

1

lib/index.d.ts

@@ -16,2 +16,3 @@ /// <reference types="node" />

headers: IncomingHttpHeaders | OutgoingHttpHeaders;
status: number;
body: string | Body;

@@ -18,0 +19,0 @@ }

@@ -18,2 +18,3 @@ "use strict";

body: { ...req.body },
status: 200,
};

@@ -33,2 +34,3 @@ beforeController(requestInfo);

headers: outgoingHeaders,
status: res.statusCode,
});

@@ -35,0 +37,0 @@ });

2

package.json
{
"name": "@americanairlines/controller-interceptor",
"version": "1.0.5",
"version": "1.0.51",
"description": "A simple interceptor for ExpressJs for logging/tracing purposes.",

@@ -5,0 +5,0 @@ "types": "./lib/index.d.ts",

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