New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@buildinternet/releases-core

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buildinternet/releases-core

Pure helpers shared by the Releases registry — schema, categories, slicing, IDs, slugs, tokens.

latest
Source
npmnpm
Version
0.34.0
Version published
Weekly downloads
36
-40%
Maintainers
1
Weekly downloads
 
Created
Source

@buildinternet/releases-core

Scope: pure, runtime-neutral helpers shared by this monorepo and the OSS CLI — schema, categories, dates, slicing, IDs/slugs, tokens, CLI contracts. Nothing DB-coupled beyond schema definitions and nothing worker-only lives here — that goes in core-internal.

Pure helpers shared by the Releases registry and the Releases CLI — schema, categories, slicing, IDs, slugs, tokens, CLI contracts.

Exports

Imported as @buildinternet/releases-core/<subpath>.

SubpathPurpose
schemaDrizzle ORM table definitions (source of truth for the Releases D1 database).
categoriesCanonical category list, validation, and alias resolution (resolveCategorySlug, parseCategoryAliases).
datesDate cutoffs and helpers.
changelog-rangePure range parsing.
changelog-sliceToken-aware CHANGELOG slicing.
overviewOverview staleness + preview helpers.
idPrefixed nanoid generators and entity-type lookup.
slugSlug generation.
tokensToken counting (tiktoken-backed).
cli-contractsShared --json envelope types for the CLI.
d1-limitsBackend capability constants (D1_MAX_BINDINGS, IN_ARRAY_CHUNK_SIZE) for single-column IN chunking.

Published from the buildinternet/releases monorepo. The upstream packages/core/ directory is the single source of truth; both the monorepo and the OSS CLI consume this package from npm.

Internal helpers

DB-coupled and worker-only helpers (release upsert, hashing, webhook signing) live in the monorepo under @releases/core-internal and are not published.

FAQs

Package last updated on 24 Sep 2026

Related posts