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

@rabby-wallet/rabby-api

Package Overview
Dependencies
Maintainers
5
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rabby-wallet/rabby-api - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

2

dist/index.d.ts

@@ -59,3 +59,3 @@ import { AxiosAdapter } from 'axios';

}>;
searchToken: (id: string, q: string) => Promise<TokenItem[]>;
searchToken: (id: string, q: string, chainId?: string, is_all?: boolean) => Promise<TokenItem[]>;
searchSwapToken: (id: string, chainId: string, q: string, is_all?: boolean) => Promise<any>;

@@ -62,0 +62,0 @@ getToken: (id: string, chainId: string, tokenId: string) => Promise<TokenItem>;

@@ -221,3 +221,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

});
this.searchToken = (id, q) => __awaiter(this, void 0, void 0, function* () {
this.searchToken = (id, q, chainId, is_all = false) => __awaiter(this, void 0, void 0, function* () {
const { data } = yield this.request.get('/v1/user/token_search', {

@@ -228,2 +228,4 @@ params: {

has_balance: false,
is_all,
chain_id: chainId,
},

@@ -230,0 +232,0 @@ });

{
"name": "@rabby-wallet/rabby-api",
"version": "0.6.1",
"version": "0.6.2",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "files": [

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