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
100
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.1 to 1.6.2

2

dist/cjs/src/client.js

@@ -10,2 +10,3 @@ "use strict";

{
method: 'post',
urlRegex: new RegExp('^/products/fees/v0/listings/[^/]*/feesEstimate$'),

@@ -16,2 +17,3 @@ rate: 10,

{
method: 'post',
urlRegex: new RegExp('^/products/fees/v0/items/[^/]*/feesEstimate$'),

@@ -18,0 +20,0 @@ rate: 10,

@@ -7,2 +7,3 @@ /* eslint-disable prefer-regex-literals */

{
method: 'post',
urlRegex: new RegExp('^/products/fees/v0/listings/[^/]*/feesEstimate$'),

@@ -13,2 +14,3 @@ rate: 10,

{
method: 'post',
urlRegex: new RegExp('^/products/fees/v0/items/[^/]*/feesEstimate$'),

@@ -15,0 +17,0 @@ rate: 10,

8

dist/types/src/client.d.ts
import { FeesApi } from './api-model';
import { ClientConfiguration, onRetry } from '@sp-api-sdk/common';
export declare const RATE_LIMITS: {
urlRegex: RegExp;
rate: number;
burst: number;
}[];
import { ClientConfiguration, onRetry, RateLimit } from '@sp-api-sdk/common';
export declare const RATE_LIMITS: RateLimit[];
export interface ClientParameters extends Omit<ClientConfiguration, 'rateLimits | onRetry'> {

@@ -9,0 +5,0 @@ rateLimiting?: {

@@ -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.1",
"version": "1.6.2",
"main": "dist/cjs/index.js",

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

"dependencies": {
"@sp-api-sdk/auth": "^1.6.1",
"@sp-api-sdk/common": "^1.6.1",
"@sp-api-sdk/auth": "^1.7.0",
"@sp-api-sdk/common": "^1.6.2",
"axios": "^0.21.1"

@@ -51,3 +51,3 @@ },

],
"gitHead": "3dd995777e78b231be87ab905f5e04dcca360074"
"gitHead": "96036d25031557df6d5921e091d9668b826c7b2a"
}

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