🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@starfetch-js/core

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@starfetch-js/core

Core TAP querying primitives for Starfetch.

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
45
-80.85%
Maintainers
1
Weekly downloads
 
Created
Source

@starfetch-js/core

Reusable TAP, VOSI, UWS, VOTable, registry, and output-conversion primitives for Starfetch. Use it directly when a script, app, or custom agent adapter needs TAP access from TypeScript.

npm install @starfetch-js/core
import { tap } from "@starfetch-js/core";

const result = await tap("gaia").query(
  "SELECT TOP 5 source_id, ra, dec FROM gaiadr3.gaia_source",
  { format: "votable", maxrec: 5 },
);

console.log(await result.json());

Keywords

astronomy

FAQs

Package last updated on 04 Jul 2026

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