tiktok-stats
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -27,3 +27,3 @@ const fetch = require("node-fetch"); | ||
}).then(res => { | ||
if(!res) resolve("The user has no stats / does not exist.") | ||
if(!res || res.size <= 0) resolve("The user has no stats / does not exist.") | ||
res.json().then(data =>{ | ||
@@ -30,0 +30,0 @@ if(data.statusCode == 10202) resolve("The user does not exist."); |
{ | ||
"name": "tiktok-stats", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "This package gives you the statistics of which user tiktok !", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4490