Skip to content
Merged
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
3 changes: 2 additions & 1 deletion INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

Generated 2026-05-29. See [README.md](./README.md) for the RFC process.

## Accepted (13)
## Accepted (14)

| # | Title | Created | Accepted | Implemented | Withdrawn | Implementation |
| - | ----- | ------- | -------- | ----------- | --------- | -------------- |
| [0051](./accepted/0051-validate-signatures.md) | Improve npm signature verification | 2026-05-29 | 2026-05-29 | — | — | — |
| [0050](./accepted/0050-location-config-parameter.md) | Location Config Parameter | — | — | — | — | — |
| [0049](./accepted/0049-link-packages-to-source-and-build.md) | Link npm packages to the originating source code repository and build | — | — | — | — | — |
| [0048](./accepted/0048-no-integrity-for-git.md) | Stop storing `integrity` for git dependencies | — | — | — | — | — |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
---
title: Improve npm signature verification
number: 51
status: accepted
created: 2026-05-29
accepted_at: 2026-05-29
implemented_at: null
withdrawn_at: null
implementation: null
---
# Improve npm signature verification

## Summary
Expand Down