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

@sp-api-sdk/catalog-items-api-v0

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/catalog-items-api-v0 - npm Package Compare versions

Comparing version 1.7.12 to 1.8.0

3

dist/cjs/src/api-model/models/index.js

@@ -19,8 +19,5 @@ "use strict";

tslib_1.__exportStar(require("./model-error"), exports);
tslib_1.__exportStar(require("./offer-listing-count-type"), exports);
tslib_1.__exportStar(require("./price"), exports);
tslib_1.__exportStar(require("./qualifiers-type"), exports);
tslib_1.__exportStar(require("./relationship-type"), exports);
tslib_1.__exportStar(require("./sales-rank-type"), exports);
tslib_1.__exportStar(require("./seller-skuidentifier"), exports);
tslib_1.__exportStar(require("./shipping-time-type"), exports);

@@ -16,8 +16,5 @@ export * from './asinidentifier';

export * from './model-error';
export * from './offer-listing-count-type';
export * from './price';
export * from './qualifiers-type';
export * from './relationship-type';
export * from './sales-rank-type';
export * from './seller-skuidentifier';
export * from './shipping-time-type';

@@ -16,8 +16,5 @@ export * from './asinidentifier';

export * from './model-error';
export * from './offer-listing-count-type';
export * from './price';
export * from './qualifiers-type';
export * from './relationship-type';
export * from './sales-rank-type';
export * from './seller-skuidentifier';
export * from './shipping-time-type';

2

dist/types/src/client.d.ts

@@ -5,3 +5,3 @@ import { onRetry } from '@sp-api-sdk/common';

export declare const RATE_LIMITS: RateLimit[];
export interface ClientParameters extends Omit<ClientConfiguration, 'rateLimits | onRetry'> {
export interface ClientParameters extends Omit<ClientConfiguration, 'rateLimits' | 'onRetry'> {
rateLimiting?: {

@@ -8,0 +8,0 @@ retry: boolean;

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

"description": "The Selling Partner API for Catalog Items helps you programmatically retrieve item details for items in the catalog.",
"version": "1.7.12",
"version": "1.8.0",
"main": "dist/cjs/index.js",

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

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

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

],
"gitHead": "3b2a61e225ed988547320fae35f085582caf67e4"
"gitHead": "ccc62c529fc5f4525803ade1bbabdfc5aafc561f"
}

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