Socket
Socket
Sign inDemoInstall

@sp-api-sdk/common

Package Overview
Dependencies
Maintainers
2
Versions
98
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.17 to 1.9.18

6

dist/types/src/axios.d.ts

@@ -5,5 +5,5 @@ import { type AxiosError, type Method } from 'axios';

import { type SellingPartnerRegion } from './regions';
declare type RequestLogConfig = Exclude<Parameters<typeof requestLogger>[1], undefined>;
declare type ResponseLogConfig = Exclude<Parameters<typeof responseLogger>[1], undefined>;
declare type ErrorLogConfig = Exclude<Parameters<typeof errorLogger>[1], undefined>;
type RequestLogConfig = Exclude<Parameters<typeof requestLogger>[1], undefined>;
type ResponseLogConfig = Exclude<Parameters<typeof responseLogger>[1], undefined>;
type ErrorLogConfig = Exclude<Parameters<typeof errorLogger>[1], undefined>;
export interface RateLimit {

@@ -10,0 +10,0 @@ urlRegex: RegExp;

@@ -1,2 +0,2 @@

export declare type SellingPartnerRegion = 'na' | 'eu' | 'fe';
export type SellingPartnerRegion = 'na' | 'eu' | 'fe';
interface RegionConfiguration {

@@ -3,0 +3,0 @@ awsRegion: string;

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

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

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

"dependencies": {
"@sp-api-sdk/auth": "^1.10.4",
"@sp-api-sdk/auth": "^1.10.5",
"aws4-axios": "^2.4.9",

@@ -64,3 +64,3 @@ "axios": "^0.27.2",

},
"gitHead": "07823635b37c2e82b4b6ad962d8ef4b7318a011c"
"gitHead": "59d4ae523f7261bbee380ef3bd43a368266a55a6"
}
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