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

@sp-api-sdk/common

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sp-api-sdk/common - npm Package Compare versions

Comparing version 1.9.9 to 1.9.10

7

dist/cjs/src/axios.js

@@ -42,9 +42,2 @@ "use strict";

}
// Replace + encoded spaces to %20
instance.interceptors.request.use(async (config) => {
const url = new URL(config.url);
url.search = url.search.replace(/\+/g, ' ');
config.url = url.toString();
return config;
});
// Set x-amz-access-token to each request

@@ -51,0 +44,0 @@ instance.interceptors.request.use(async (config) => {

@@ -38,9 +38,2 @@ import { aws4Interceptor } from 'aws4-axios';

}
// Replace + encoded spaces to %20
instance.interceptors.request.use(async (config) => {
const url = new URL(config.url);
url.search = url.search.replace(/\+/g, ' ');
config.url = url.toString();
return config;
});
// Set x-amz-access-token to each request

@@ -47,0 +40,0 @@ instance.interceptors.request.use(async (config) => {

4

package.json

@@ -5,3 +5,3 @@ {

"description": "Selling Parner API common library",
"version": "1.9.9",
"version": "1.9.10",
"main": "dist/cjs/index.js",

@@ -63,3 +63,3 @@ "module": "dist/es/index.js",

},
"gitHead": "6e5341c171eec45c0956f2333c20a568a3f878b2"
"gitHead": "c2cc8d123f88635927e62886091c2bd100029673"
}
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