Socket
Socket
Sign inDemoInstall

amazon-buddy

Package Overview
Dependencies
10
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.28 to 2.2.29

6

lib/Amazon.js

@@ -135,2 +135,3 @@ // @ts-nocheck

pragma: Math.floor(Math.random() * 500) + 50,
DNT: 1,
},

@@ -232,3 +233,3 @@ strictSSL: false,

async mainLoop() {
return new Promise((resolve) => {
return new Promise((resolve, reject) => {
forEachLimit(

@@ -258,3 +259,4 @@ Array.from({ length: this.asyncPage }, (_, k) => k + 1),

},
() => {
(err) => {
if (err && err.message != 'Done') reject(err);
resolve();

@@ -261,0 +263,0 @@ },

{
"name": "amazon-buddy",
"version": "2.2.28",
"version": "2.2.29",
"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": "./lib/index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc