New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

geckotail

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geckotail

Simple and fast GeckoTerminal API wrapper

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
1
Created
Source

🦎 Geckotail - simple API wrapper for Geckoterminal API

Geckotail is simple, lightweight (only one dependency!) package for interacting with GeckoTerminal API.

The project is not yet finished! Some of the methods are still in development. Stay tuned!

Installation

npm install geckotail

Usage

const Geckotail = require("geckotail");
const geckoClient = new Geckotail();

async function tonDexList () {
    const tonDexes = await geckoClient.getDexes("ton"); 
    console.log(tonDexes); 
}

tonDexList(); // List of DEXes on TON network

Docs

Keywords

geckoterminal

FAQs

Package last updated on 04 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts