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

@bloks/api

Package Overview
Dependencies
Maintainers
1
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.8 to 3.5.9

4

package.json
{
"name": "@bloks/api",
"version": "3.5.8",
"version": "3.5.9",
"description": "",

@@ -23,3 +23,3 @@ "publishConfig": {

},
"gitHead": "19b65f42248da290c21152ee13b7364e63bcd03c"
"gitHead": "cb9228b4dc6c18d1ff498dcff0d566604eee684b"
}

@@ -436,6 +436,7 @@ import axios from 'axios'

getTokenTopHolders (contract, symbol, limit = 500) {
getTokenTopHolders (chain, contract, symbol, limit = 500) {
return this.feathers.restApp.service('tokens').find({
query: {
type: 'topHolders',
chain,
contract,

@@ -442,0 +443,0 @@ symbol,

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