Socket
Socket
Sign inDemoInstall

@sp-api-sdk/vendor-direct-fulfillment-payments-api-v1

Package Overview
Dependencies
Maintainers
2
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sp-api-sdk/vendor-direct-fulfillment-payments-api-v1 - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

1

dist/cjs/src/client.js

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

{
method: 'post',
urlRegex: new RegExp('^/vendor/directFulfillment/payments/v1/invoices$'),

@@ -12,0 +13,0 @@ rate: 10,

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

{
method: 'post',
urlRegex: new RegExp('^/vendor/directFulfillment/payments/v1/invoices$'),

@@ -9,0 +10,0 @@ rate: 10,

8

dist/types/src/client.d.ts
import { VendorInvoiceApi } 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 Direct Fulfillment Payments provides programmatic access to a direct fulfillment vendor&#39;s invoice data.",
"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