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
6 changes: 3 additions & 3 deletions INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@

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

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

| # | 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 All @@ -23,10 +22,11 @@ Generated 2026-05-29. See [README.md](./README.md) for the RFC process.
| [0007](./accepted/0007-publish-without-tag.md) | Publish older versions without a tag | — | — | — | — | — |
| [0006](./accepted/0006-shallow-updates.md) | Shallow update support for `npm update` | — | — | — | — | — |

## Implemented (30)
## Implemented (31)

| # | Title | Created | Accepted | Implemented | Withdrawn | Implementation |
| - | ----- | ------- | -------- | ----------- | --------- | -------------- |
| [0051](./implemented/0051-validate-signatures.md) | Improve npm signature verification | 2026-05-29 | 2026-05-29 | 2026-05-29 | — | [link](<https://github.com/npm/cli/pull/4827>) |
| [0046](./implemented/0046-add-types-metadata-to-package-json.md) | Add Types Metadata to the Registry [Packument](https://github.com/npm/registry/blob/master/docs/REGISTRY-API.md#package-endpoints) | — | — | — | — | — |
| [0045](./implemented/0045-workspaces-auto-cwd-context.md) | npm workspaces: auto switch context based on cwd | — | — | — | — | — |
| [0043](./implemented/0043-lockfile-version-config.md) | Add `lockfile-version` Config Flag | — | — | — | — | — |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Improve npm signature verification
number: 51
status: accepted
status: implemented
created: 2026-05-29
accepted_at: 2026-05-29
implemented_at: null
implemented_at: 2026-05-29
withdrawn_at: null
implementation: null
implementation: https://github.com/npm/cli/pull/4827
---
# Improve npm signature verification

Expand Down