Socket
Socket
Sign inDemoInstall

amazon-buddy

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amazon-buddy - npm Package Compare versions

Comparing version 1.4.12 to 1.4.13

2

lib/index.js

@@ -123,3 +123,3 @@ // @ts-nocheck

resolveWithFullResponse: true,
...(this._proxy ? { proxy: `https://${this._proxy}/` } : {}),
...(this._proxy ? { proxy: `http://${this._proxy}/` } : {}),
};

@@ -126,0 +126,0 @@

{
"name": "amazon-buddy",
"version": "1.4.12",
"version": "1.4.13",
"description": "Amazon Scraper. You can scrape products from amazon search result and you can also scrape reviews from a specific product",

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

@@ -21,3 +21,3 @@ const amazonScraper = require('./index');

let scraper = await amazonScraper.products({
keyword: undefined,
keyword: 'iphone',
number: 50,

@@ -28,3 +28,3 @@ bulk: false,

//event: true,
//proxy: 'KW3Lwx:gdV8YS@196.19.177.235:8000',
proxy: 'KW3Lwx:gdV8YS@196.19.177.235:8000',
//sort: true,

@@ -31,0 +31,0 @@ //discount: true,

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc