@akiflow/tlds-list
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@akiflow/tlds-list", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "This package provide the list of top level domains, easily formatted in JSON", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -26,3 +26,3 @@ # tlds-list | ||
const tld='NET' | ||
tlds.includes(tld.toLowerCase()) // WRONG | ||
tlds.includes(tld) // WRONG | ||
tlds.includes(tld.toLowerCase()) // RIGHT | ||
@@ -29,0 +29,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
16080