Skip to content

Releases: PtrTn/audit-proxy

Version 2

01 Jun 18:14
Compare
Choose a tag to compare

This version contains:

  • Cached audit requests are kept fresh using background jobs
  • Cleaning up audit cache if it has not been hit for a week
  • If a initial request is not succesful it we be retried in the background, so a cache is hit on the next visit

Version 1

25 May 11:54
Compare
Choose a tag to compare

This version contains:

  • A reverse proxy for npm and yarn audit:
    • Requests for new lock files will be proxied and its response will be cached
    • Subsequent requests within the next hour will be returned from cache
  • A landing page with information regarding this project