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 2.1.0 to 2.1.1

4

dist/interceptor.js

@@ -30,3 +30,3 @@ "use strict";

var aws4_1 = require("aws4");
var buildUrl_1 = __importDefault(require("axios/lib/helpers/buildUrl"));
var buildURL_1 = __importDefault(require("axios/lib/helpers/buildURL"));
var combineURLs_1 = __importDefault(require("axios/lib/helpers/combineURLs"));

@@ -50,3 +50,3 @@ var isAbsoluteURL_1 = __importDefault(require("axios/lib/helpers/isAbsoluteURL"));

if (config.params) {
config.url = buildUrl_1.default(config.url, config.params, config.paramsSerializer);
config.url = buildURL_1.default(config.url, config.params, config.paramsSerializer);
delete config.params;

@@ -53,0 +53,0 @@ }

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

@@ -33,3 +33,4 @@ "author": "James Bourne",

"test": "jest",
"test-it": "jest --config jest.config.it.js"
"test-it": "jest --config jest.config.it.js",
"prepublishOnly": "npm run build"
},

@@ -36,0 +37,0 @@ "devDependencies": {

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