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

@sp-api-sdk/product-fees-api-v0

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sp-api-sdk/product-fees-api-v0 - npm Package Compare versions

Comparing version 1.6.12 to 1.6.13

8

dist/cjs/src/client.js

@@ -5,4 +5,4 @@ "use strict";

/* eslint-disable prefer-regex-literals */
const common_1 = require("@sp-api-sdk/common");
const api_model_1 = require("./api-model");
const common_1 = require("@sp-api-sdk/common");
const error_1 = require("./error");

@@ -14,3 +14,3 @@ exports.RATE_LIMITS = [

rate: 10,
burst: 20
burst: 20,
},

@@ -21,4 +21,4 @@ {

rate: 10,
burst: 20
}
burst: 20,
},
];

@@ -25,0 +25,0 @@ class ProductFeesApiClient extends api_model_1.FeesApi {

/* eslint-disable prefer-regex-literals */
import { endpoints, awsRegionByCode, createAxiosInstance } from '@sp-api-sdk/common';
import { Configuration, FeesApi } from './api-model';
import { endpoints, awsRegionByCode, createAxiosInstance } from '@sp-api-sdk/common';
import { ProductFeesApiError } from './error';

@@ -10,3 +10,3 @@ export const RATE_LIMITS = [

rate: 10,
burst: 20
burst: 20,
},

@@ -17,4 +17,4 @@ {

rate: 10,
burst: 20
}
burst: 20,
},
];

@@ -21,0 +21,0 @@ export class ProductFeesApiClient extends FeesApi {

@@ -0,3 +1,4 @@

import { onRetry } from '@sp-api-sdk/common';
import type { ClientConfiguration, RateLimit } from '@sp-api-sdk/common';
import { FeesApi } from './api-model';
import { ClientConfiguration, onRetry, RateLimit } from '@sp-api-sdk/common';
export declare const RATE_LIMITS: RateLimit[];

@@ -4,0 +5,0 @@ export interface ClientParameters extends Omit<ClientConfiguration, 'rateLimits | onRetry'> {

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

"description": "The Selling Partner API for Product Fees lets you programmatically retrieve estimated fees for a product. You can then account for those fees in your pricing.",
"version": "1.6.12",
"version": "1.6.13",
"main": "dist/cjs/index.js",

@@ -29,4 +29,4 @@ "module": "dist/es/index.js",

"dependencies": {
"@sp-api-sdk/auth": "^1.8.3",
"@sp-api-sdk/common": "^1.6.11",
"@sp-api-sdk/auth": "^1.8.4",
"@sp-api-sdk/common": "^1.7.0",
"axios": "^0.21.1"

@@ -53,3 +53,3 @@ },

],
"gitHead": "4de0c7c8472c55996e2346f5d71e32897ec26f61"
"gitHead": "3b2a61e225ed988547320fae35f085582caf67e4"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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