Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "humannames", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A list, huge one (~200K) of human male/female first/last names.", | ||
@@ -5,0 +5,0 @@ "main": "index.json", |
@@ -13,3 +13,3 @@ # HumanNames | ||
console.log(names) // WARNING: this will print out the whole array | ||
console.log(names.indexOf("Lui")) // gives you the index | ||
console.log(names.indexOf("alex")) // gives you the index | ||
console.log(names.indexOf("notaname")) // -1 | ||
@@ -16,0 +16,0 @@ ``` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
3935655