Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .config/repo/socket-wheelhouse.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@
},
"release": {
"provenanceOrphanBaseline": [
{
"id": "@socketsecurity/lib@6.5.2",
"reason": "Bump-in-CI: attested commit 2fb463c0 carries a 6.5.1 manifest, so no commit in the repo holds the published 6.5.2 tree and no tag can honestly mark it. Frozen history — the reconcile refuses to tag divergent bytes."
},
{
"id": "@socketsecurity/lib@6.5.1",
"reason": "Bump-in-CI: the publish run bumped the version in-tree, so the attested commit 7b853622 pre-dates the v6.5.1 tag at de394ae21. Frozen history remedying it means tagging an immutable published release."
"reason": "Bump-in-CI: the publish run bumped the version in-tree, so the attested commit 7b853622 pre-dates the v6.5.1 tag at de394ae21. Frozen history \u2014 remedying it means tagging an immutable published release."
},
{
"id": "@socketsecurity/lib@6.5.0",
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.5.2](https://github.com/SocketDev/socket-lib/releases/tag/v6.5.2) - 2026-07-31

### Fixed

- **`build`** — restore fleet-used npm/meta leaves to the published build
- **`audit`** — scan untracked consumers and refuse stub-list writes with roster blind spots

### Internal

- **`deps`** — align the sdk-stable alias with the catalog sdk pin
- **`deps`** — collapse the acorn.wasm alias onto the installed 0.1.1
- **`deps`** — follow the acorn.wasm rename at the same 0.0.1 lineage
- **`deps`** — restore the nock 14.0.16 pin-back the loopback guard enforces
- **`check`** — gate stubbed leaves against fleet usage and the committed stub list

## [6.5.1](https://github.com/SocketDev/socket-lib/releases/tag/v6.5.1) - 2026-07-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socketsecurity/lib",
"version": "6.5.1",
"version": "6.5.2",
"description": "Core utilities and infrastructure for Socket.dev security tools",
"keywords": [
"Socket.dev",
Expand Down