Socket
Socket
Sign inDemoInstall

aws-log-replay

Package Overview
Dependencies
9
Maintainers
44
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0 to 2.4.1

4

changelog.md

@@ -8,2 +8,6 @@ # Change Log

## 2.4.1 2018-01-26
- Allow timestamps in url paths
## 2.4.0 2017-02-23

@@ -10,0 +14,0 @@

2

index.js

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

var path = parts.length === 18 ? parts[12] : parts[13];
path = path.split(/:[0-9]\w+/g)[1];
path = url.parse(path).path;
if (!path) return callback();

@@ -55,0 +55,0 @@ generatePath.push(path);

@@ -10,3 +10,3 @@ {

"author": "Mapbox",
"version": "2.4.0",
"version": "2.4.1",
"dependencies": {

@@ -13,0 +13,0 @@ "requestretry": "1.5.x",

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