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

@sp-api-sdk/finances-api-v0

Package Overview
Dependencies
Maintainers
0
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sp-api-sdk/finances-api-v0 - npm Package Compare versions

Comparing version 2.7.5 to 3.0.0

8

dist/cjs/api-model/configuration.js

@@ -81,3 +81,9 @@ "use strict";

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

@@ -84,0 +90,0 @@ }

@@ -78,3 +78,9 @@ /* tslint:disable */

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

@@ -81,0 +87,0 @@ }

6

package.json

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

"description": "The Selling Partner API for Finances helps you obtain financial information relevant to a seller's business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.",
"version": "2.7.5",
"version": "3.0.0",
"main": "dist/cjs/index.js",

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

"dependencies": {
"@sp-api-sdk/common": "2.1.8",
"@sp-api-sdk/common": "2.1.9",
"axios": "^1.7.9"

@@ -45,3 +45,3 @@ },

],
"gitHead": "d8ee43e876007f59ecc6c67831cf797343d6d6e3"
"gitHead": "00dfa4e5e7dd2f486f00e85e5dab73ea2685eb0f"
}
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