Socket
Socket
Sign inDemoInstall

tools-for-instagram

Package Overview
Dependencies
204
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2 to 1.3.3

9

bots/Like_Randomized_Every48h.js
require('../src/tools-for-instagram.js');
let totalLikes = 120;
let initialHour = 15, endHour = 23;
let initialHour = 7, endHour = 22;
let activeDay = true;

@@ -41,3 +41,3 @@

if (element == 1)
if (element == 1 || element == -1)
result = false;

@@ -54,2 +54,3 @@ });

// Return void array
dayInMinutes = Array(24*60).fill(-1);
return dayInMinutes;

@@ -126,3 +127,3 @@ }

}
let dayArray = arrayInitializer(initialHour, endHour);
let dayArray = arrayInitializer(initialHour, endHour, activeDay);

@@ -149,2 +150,4 @@ arrayTimesViewer(dayArray);

dayArray[arrayIndex] = 2;
} else if( dayArray[arrayIndex] == -1) {
dayArray[arrayIndex] = 0;
}

@@ -151,0 +154,0 @@ if(isArrayFinished(dayArray)) {

{
"name": "tools-for-instagram",
"version": "1.3.2",
"version": "1.3.3",
"description": "Tools for instagram",

@@ -5,0 +5,0 @@ "main": "src/tools-for-instagram.js",

@@ -57,2 +57,3 @@ # Tools-for-Instagram

- [x] Get User Recent Posts
- [x] Get recent post Likers / By Username
- [x] Get Followers of account (save into a json file)

@@ -59,0 +60,0 @@ - [x] Get Followings of account (save into a json file)

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