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.1 to 2.2.2-0

1

index.js

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

if (!line) return callback();
if (Buffer.isBuffer(line)) line = line.toString('utf-8');
if (type.toLowerCase() == 'cloudfront') {

@@ -42,0 +43,0 @@ var parts = line.split(/\s+/g);

2

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