Socket
Socket
Sign inDemoInstall

@scaleleap/amazon-marketplaces

Package Overview
Dependencies
0
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

LICENSE

3

package.json
{
"name": "@scaleleap/amazon-marketplaces",
"version": "1.0.1",
"version": "1.0.2",
"publishConfig": {

@@ -10,2 +10,3 @@ "access": "public"

"description": "A collection of Amazon Marketplace data objects.",
"homepage": "https://github.com/ScaleLeap/amazon-marketplaces#readme",
"scripts": {

@@ -12,0 +13,0 @@ "test": "jest && npm run lint",

@@ -1,2 +0,2 @@

![Amazon Marketplace Logo](amazon-marketplace.png)
![Amazon Marketplace Logo](https://raw.githubusercontent.com/ScaleLeap/amazon-marketplaces/master/amazon-marketplace.png)

@@ -44,2 +44,28 @@ @scaleleap/amazon-marketplaces

### Full Data Object Example
```json
{
"countryCode": "CA",
"currency": "CAD",
"id": "A2EUQ1WTGCTBG2",
"name": "Canada",
"uri": "https://www.amazon.ca",
"webServiceUri": "https://mws.amazonservices.ca",
"advertising": {
"uri": "https://advertising-api.amazon.com",
"bids": {
"sponsoredBrands": {
"min": 10,
"max": 4900
},
"sponsoredProducts": {
"min": 2,
"max": 100000
}
}
}
}
```
### Download & Installation

@@ -46,0 +72,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc