#9991·npm

New package missing from registry search index for 3+ days

Author: Young143lCreated Sep 16, 2026Updated Sep 16, 2026

Title: New package missing from registry search index for 3+ days

Package: picgo-plugin-upyun-sync-delete (unscoped, public)

Published: v1.0.0 on 2026-09-13T08:17Z, v1.0.1 on 2026-09-13T10:29Z (npm account: young143)

Problem

The package does not appear in the registry search endpoint (https://registry.npmjs.com/-/v1/search?text=picgo-plugin-upyun-sync-delete), which returns unrelated results. It has been missing for 3+ days — far beyond the usual indexing delay.

What we verified

  • Packument is fine on the primary registry: https://registry.npmjs.org/picgo-plugin-upyun-sync-delete returns both versions (1.0.0, 1.0.1), correct dist-tags, keywords, description, readme.
  • CDN download stats are recorded: https://api.npmjs.org/downloads/range/2026-09-13:2026-09-16/picgo-plugin-upyun-sync-delete shows 289 downloads on 09-13, 18 on 09-14 (mirror syncs), so the package clearly exists in the CDN/logs.
  • Packages published around the same time (e.g. adp-web-components, acp-kernel, expo-android-glass-view) appear in the search index within minutes, so the indexer was running normally.
  • A re-publish (v1.0.1) did not help either.
  • Search is important for this package because PicGo (https://github.com/Molunerfinn/PicGo), the app it targets, uses /-/v1/search for its in-app plugin market, so users cannot find or install it via the GUI.

Request

Could you check whether this package got stuck/missed in the search indexing pipeline, and re-index it?

Thanks!