Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bloks/api

Package Overview
Dependencies
Maintainers
3
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloks/api - npm Package Compare versions

Comparing version 3.5.66 to 3.5.67

8

package.json
{
"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()

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc