tiktok-stats
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,3 +5,3 @@ const fetch = require("node-fetch"); | ||
if(user) return "Please specify an tiktok account."; | ||
if(!user) return "Please specify an tiktok account."; | ||
return new Promise(async resolve => { | ||
@@ -8,0 +8,0 @@ const stats = await tiktokStats(user); |
{ | ||
"name": "tiktok-stats", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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
4435