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.2 to 2.2.3-0

tmp.json

5

index.js

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

encoding: null,
uri: requrl
uri: requrl,
time: true
}, function(err, res, body) {

@@ -107,3 +108,3 @@ requestStream.pending--;

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

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

2

package.json
{
"name": "aws-log-replay",
"version": "2.2.2",
"version": "2.2.3-0",
"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