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

amazon-sp-api

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amazon-sp-api - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

1

lib/resources/fbaInventory.js
const utils = require('../utils');
module.exports = {
// getInventorySummaries seems to be available in "NA" region only --> comparable to ListInventorySupply in MWS API
getInventorySummaries:(req_params) => {

@@ -5,0 +6,0 @@ utils.checkParams(req_params, {

14

package.json
{
"name": "amazon-sp-api",
"version": "0.2.5",
"version": "0.2.6",
"description": "Amazon Selling Partner API client",

@@ -25,6 +25,11 @@ "main": "index.js",

"csvtojson": "^2.0.10",
"fast-xml-parser": "^3.17.4",
"fast-xml-parser": "^3.17.5",
"qs": "^6.9.4"
},
"devDependencies": {},
"devDependencies": {
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"mocha": "^8.2.1",
"moment": "^2.29.1"
},
"repository": {

@@ -34,3 +39,6 @@ "type": "git",

},
"scripts": {
"test": "mocha --config ./test/.mocharc.js"
},
"homepage": "https://github.com/amz-tools/amazon-sp-api"
}
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