New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sp-api-sdk/tokens-api-2021-03-01

Package Overview
Dependencies
Maintainers
0
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sp-api-sdk/tokens-api-2021-03-01 - npm Package Compare versions

Comparing version

to
3.0.2

3

dist/cjs/api-model/configuration.js

@@ -82,7 +82,6 @@ "use strict";

this.baseOptions = {
...param.baseOptions,
headers: {
...param.baseOptions?.headers,
'User-Agent': "OpenAPI-Generator/typescript-axios"
},
...param.baseOptions
};

@@ -89,0 +88,0 @@ this.formDataCtor = param.formDataCtor;

@@ -79,7 +79,6 @@ /* tslint:disable */

this.baseOptions = {
...param.baseOptions,
headers: {
...param.baseOptions?.headers,
'User-Agent': "OpenAPI-Generator/typescript-axios"
},
...param.baseOptions
};

@@ -86,0 +85,0 @@ this.formDataCtor = param.formDataCtor;

@@ -65,2 +65,2 @@ /**

*/
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T, any>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;

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

"description": "The Selling Partner API for Tokens provides a secure way to access a customer's PII (Personally Identifiable Information). You can call the Tokens API to get a Restricted Data Token (RDT) for one or more restricted resources that you specify. The RDT authorizes subsequent calls to restricted operations that correspond to the restricted resources that you specified. For more information, see the Tokens API Use Case Guide.",
"version": "3.0.1",
"version": "3.0.2",
"main": "dist/cjs/index.js",

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

"dependencies": {
"@sp-api-sdk/common": "2.1.10",
"axios": "^1.7.9"
"@sp-api-sdk/common": "2.1.11",
"axios": "^1.8.1"
},

@@ -45,3 +45,3 @@ "repository": {

],
"gitHead": "4098c9f3375b3b56212baa3bf21c18dd987baab2"
"gitHead": "b5799742765e819f70161d2ac1905d8e570de8c0"
}