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

@labelgrid/core

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@labelgrid/core

Shared LabelGrid public-API client: HTTP transport, uploads, content types, the catalog-entity registry, and redacting logging

latest
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
189
209.84%
Maintainers
1
Weekly downloads
 
Created
Source

@labelgrid/core

@labelgrid/core is the shared client library for the LabelGrid public API. It provides one surface for everything a LabelGrid tool needs to talk to the API: an HTTP transport that normalizes every failure into a structured error (never a thrown protocol exception), presigned-URL and multipart upload flows with file-extension allowlists and symlink resolution, upload content-type resolution, the catalog-entity registry (labels, artists, writers, publishers, releases, tracks and their endpoint paths), and stderr-only logging with secret redaction.

It is primarily an internal package: its reason to exist is to be the single implementation shared by the @labelgrid/mcp server and the @labelgrid/cli command-line tool, which are both thin adapters over this client. It is published to npm so those packages can declare it as a regular dependency — not as a standalone, general-purpose SDK. If you are integrating with LabelGrid yourself, the public API documentation is the supported surface.

Because of that, there are no API-stability promises before 1.0: minor releases may rename, reshape, or remove exports as the MCP server and CLI evolve. Pin an exact version if you depend on it directly, and expect to read the changelog when upgrading.

License

MIT © LabelGrid

Keywords

labelgrid

FAQs

Package last updated on 05 Aug 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