Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws4-axios

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws4-axios - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

3

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var aws4_1 = require("aws4");
var url_1 = require("url");
exports.interceptor = function (options) { return function (config) {

@@ -8,3 +9,3 @@ if (!config.url) {

}
var _a = new URL(config.url), host = _a.host, pathname = _a.pathname;
var _a = new url_1.URL(config.url), host = _a.host, pathname = _a.pathname;
var region;

@@ -11,0 +12,0 @@ var service;

{
"name": "aws4-axios",
"version": "1.0.6",
"version": "1.0.7",
"description": "Axios request interceptor for signing requests with AWSv4",

@@ -28,2 +28,3 @@ "author": "James Bourne",

"devDependencies": {
"@types/node": "^12.0.4",
"typescript": "^3.5.1"

@@ -30,0 +31,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc