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.6.1 to 0.6.2

3

lib/endpoints.js

@@ -9,3 +9,2 @@ // For a list of required and optional body, query or path parameters for resources please see official references:

...readdirSync(__dirname + '/resources').reduce((eps, ep) => {
eps = typeof eps !== 'object' ? {} : eps;
if (path.extname(ep) === '.js'){

@@ -17,3 +16,3 @@ return Object.assign(eps, {

return eps;
})
}, {})
};
{
"name": "amazon-sp-api",
"version": "0.6.1",
"version": "0.6.2",
"description": "Amazon Selling Partner API client",

@@ -5,0 +5,0 @@ "main": "index.js",

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