Skip to content

dependabit / plugins/plugin-arxiv/src / ArxivConfig

Interface: ArxivConfig

Defined in: packages/plugins/plugin-arxiv/src/checker.ts:28

Configuration for the ArxivChecker.

Config

Use When

Monitoring an arXiv preprint for new versions or abstract revisions.

Pitfalls

  • url should point to the abstract page (/abs/) not the PDF (/pdf/). The ID extractor supports both, but the canonical URL in the manifest should use the abstract form.
  • arXiv IDs do not carry version numbers; the checker always fetches the latest version. If a paper is withdrawn, the API returns an empty entry and the checker throws.

Properties

PropertyTypeDescriptionDefined in
arxivId?stringExplicit arXiv ID (e.g. 2301.00001) — parsed from url when omitted.packages/plugins/plugin-arxiv/src/checker.ts:32
urlstringAbstract or PDF URL, or a bare arXiv ID (e.g. 2301.00001).packages/plugins/plugin-arxiv/src/checker.ts:30

Released under the MIT License.