tiktok-stats
Advanced tools
Comparing version 1.6.0 to 1.6.1
{ | ||
"name": "tiktok-stats", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "This package gives you the statistics of which user tiktok !", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -50,5 +50,5 @@ const puppeteer = require('puppeteer'); | ||
'stats':{ | ||
'following': abonnements, | ||
'follower': abo, | ||
'like': likes, | ||
'following': parseInt(abonnements), | ||
'follower': parseInt(abo), | ||
'like': parseInt(likes), | ||
'videoCount': videos | ||
@@ -55,0 +55,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4448