You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

aws-signed-axios

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-signed-axios - npm Package Compare versions

Comparing version

to
1.0.2

6

index.js

@@ -7,7 +7,3 @@ 'use strict'

module.exports = {
signedAxios
}
function signedAxios(request) {
module.exports = function signedAxios(request) {
const { host, pathname, search } = new URL(request.url)

@@ -14,0 +10,0 @@ request.host = host

2

package.json
{
"name": "aws-signed-axios",
"version": "1.0.1",
"version": "1.0.2",
"description": "Make AWS4-signed HTTP requests",

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