discordblacklist
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -73,3 +73,3 @@ | ||
let arr = []; | ||
for(e of this.list.replace(/^\[|\]$/g,'').split(',')) | ||
for(const e of this.list.replace(/^\[|\]$/g,'').split(',')) | ||
arr.push(JSON.parse(e)[0]); | ||
@@ -76,0 +76,0 @@ res(arr); |
{ | ||
"name": "discordblacklist", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A nodejs package that facilitates getting banned Discord users from DiscordBans", | ||
@@ -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
40973