Socket
Socket
Sign inDemoInstall

aws-log-replay

Package Overview
Dependencies
146
Maintainers
37
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.3-0 to 2.2.3-1

2

index.js

@@ -107,3 +107,3 @@ var request = require('requestretry');

if (res.statusCode !== 200) return next();
requestStream.push({ url: requrl, elapsedTime: res.elapsedTime, body: body });
requestStream.push({ url: requrl, elapsedTime: res.elapsedTime, statusCode: res.statusCode, body: body });
requestStream.got++;

@@ -110,0 +110,0 @@ next();

{
"name": "aws-log-replay",
"version": "2.2.3-0",
"version": "2.2.3-1",
"description": "Transform and replay CloudFront, ELB Classic, and ALB logs.",

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

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