• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Kikobeats / cacheable-response
99%

Build:
DEFAULT BRANCH: master
Repo Added 22 Feb 2019 10:11AM UTC
Files 2
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • background
  • boolean
  • compress
  • cursor/critical-bug-investigation-7802
  • cursor/critical-bug-investigation-8fdc
  • cursor/critical-bug-investigation-a0e5
  • cursor/critical-bug-investigation-cfda
  • cursor/critical-bug-investigation-ec08
  • cursor/critical-bug-investigation-fbca
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/pnpm/action-setup-5
  • dependabot/github_actions/pnpm/action-setup-6
  • dependabot/npm_and_yarn/keyvhq/memoize-2.2.1
  • dependabot/npm_and_yarn/normalize-url-5.0.0
  • dependabot/npm_and_yarn/normalize-url-5.1.0
  • dependabot/npm_and_yarn/normalize-url-5.3.0
  • dependabot/npm_and_yarn/pretty-ms-6.0.0
  • dependabot/npm_and_yarn/pretty-ms-7.0.0
  • etag
  • examples
  • fix/memoize-stale-bypass
  • footprint
  • greenkeeper/compress-brotli-1.0.2
  • greenkeeper/compress-brotli-1.0.3
  • greenkeeper/compress-brotli-1.0.4
  • greenkeeper/compress-brotli-1.0.6
  • greenkeeper/compress-brotli-1.0.7
  • greenkeeper/initial
  • greenkeeper/normalize-url-4.3.0
  • greenkeeper/pretty-ms-5.0.0
  • invalidation
  • master
  • next
  • serialize
  • stale
  • v1.1.0
  • v1.1.1
  • v1.1.2
  • v1.1.3
  • v1.1.4
  • v1.1.5
  • v1.1.6
  • v1.10.0
  • v1.10.1
  • v1.10.2
  • v1.2.0
  • v1.2.1
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.4.0
  • v1.4.1
  • v1.4.2
  • v1.5.0
  • v1.5.1
  • v1.5.2
  • v1.6.0
  • v1.6.1
  • v1.6.10
  • v1.6.11
  • v1.6.12
  • v1.6.2
  • v1.6.3
  • v1.6.4
  • v1.6.5
  • v1.6.6
  • v1.6.7
  • v1.6.8
  • v1.6.9
  • v1.7.1
  • v1.7.2
  • v1.7.3
  • v1.7.4
  • v1.7.5
  • v1.8.0
  • v1.9.0
  • v1.9.1
  • v1.9.2
  • v2.0.0
  • v2.0.1
  • v2.0.10
  • v2.0.2
  • v2.0.3
  • v2.0.4
  • v2.0.5
  • v2.0.6
  • v2.0.7
  • v2.0.8
  • v2.0.9
  • v2.1.0
  • v2.1.1
  • v2.1.2
  • v2.1.3
  • v2.1.4
  • v2.1.5
  • v2.1.6
  • v2.1.7
  • v2.1.9

16 Jun 2026 07:53AM UTC coverage: 98.851% (-0.4%) from 99.225%
27602732204

push

github

web-flow
fix: handle null return from get without crashing (#138)

Returning null from .get() is documented as a cache bypass alongside
undefined, but typeof null === 'object' caused an uncaught TypeError when
assigning etag. Normalize null to undefined so memoize skips storage.

Co-authored-by: Cursor Agent <cursoragent@cursor.com>

56 of 59 branches covered (94.92%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

202 of 202 relevant lines covered (100.0%)

29.22 hits per line

Relevant lines Covered
Build:
Build:
202 RELEVANT LINES 202 COVERED LINES
29.22 HITS PER LINE
Source Files on master
  • Tree
  • List 2
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
27602732204 master fix: handle null return from get without crashing (#138) Returning null from .get() is documented as a cache bypass alongside undefined, but typeof null === 'object' caused an uncaught TypeError when assigning etag. Normalize null to undefined so... push 16 Jun 2026 07:53AM UTC web-flow github
98.85
27593674754 cursor/critical-bug-investigation-a0e5 Merge 6cfe9597a into 19428cb92 Pull #138 16 Jun 2026 04:13AM UTC web-flow github
98.85
27492456160 master chore: update dependencies (#137) push 14 Jun 2026 07:53AM UTC web-flow github
99.22
27492431974 next Merge caec31d74 into caf7bad3f Pull #137 14 Jun 2026 07:51AM UTC web-flow github
99.22
27487911485 cursor/critical-bug-investigation-fbca Merge ae6d46ba2 into caf7bad3f Pull #136 14 Jun 2026 04:09AM UTC web-flow github
97.54
27487892685 cursor/critical-bug-investigation-fbca Merge e20c9c938 into caf7bad3f Pull #136 14 Jun 2026 04:08AM UTC web-flow github
98.97
27456084449 cursor/critical-bug-investigation-7802 Merge a8d228569 into caf7bad3f Pull #135 13 Jun 2026 04:07AM UTC web-flow github
97.54
27394215666 cursor/critical-bug-investigation-8fdc Merge 649800ecb into caf7bad3f Pull #134 12 Jun 2026 04:19AM UTC web-flow github
97.54
27209552996 master fix: force bypass returns fresh data during stale window (#132) Bump @keyvhq/memoize to ~2.2.4 which skips the stale fast-path when forceExpiration is set, so ?force=true always awaits the origin handler. Co-authored-by: Claude Opus 4.6 <noreply... push 09 Jun 2026 01:29PM UTC web-flow github
99.22
27209430249 fix/memoize-stale-bypass Merge 6eaf4e902 into 8e2aa8872 Pull #132 09 Jun 2026 01:27PM UTC web-flow github
99.22
See All Builds (386)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc