@bloks/api
Advanced tools
Comparing version 3.5.66 to 3.5.67
{ | ||
"name": "@bloks/api", | ||
"version": "3.5.66", | ||
"version": "3.5.67", | ||
"description": "", | ||
@@ -13,4 +13,4 @@ "publishConfig": { | ||
"dependencies": { | ||
"@bloks/constants": "^3.5.66", | ||
"@bloks/utils": "^3.5.66", | ||
"@bloks/constants": "^3.5.67", | ||
"@bloks/utils": "^3.5.67", | ||
"@eoscafe/hyperion": "^3.2.4", | ||
@@ -24,3 +24,3 @@ "@feathersjs/feathers": "^3.3.1", | ||
}, | ||
"gitHead": "fa39c69ab49f2d99806bdc375f10b356af7cf3ee" | ||
"gitHead": "c018fb6fec0e0b0812e40314bf316cbca525386b" | ||
} |
@@ -1400,2 +1400,6 @@ import axios from 'axios' | ||
async accountNameSearch (query, limit) { | ||
if(!query || !/(^[a-zA-Z12345.]+$)/.test(query)) { | ||
return [] | ||
} | ||
try { | ||
@@ -1402,0 +1406,0 @@ query = query.toLowerCase() |
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
95489
1599
Updated@bloks/constants@^3.5.67
Updated@bloks/utils@^3.5.67