Skip to content

Network+ v1.6.0

Latest

Choose a tag to compare

@himiyosh himiyosh released this 24 Jul 20:41
66c2596

Highlights

  • Responsive and WCAG 2.2 AA hardening for narrow DevTools layouts, popups, keyboard navigation, focus, and splitters.
  • Data-integrity and performance fixes for chronological sorting, timing phases, deferred response bodies, search races, and batched live rendering.
  • Safe capture retention: 5,000 requests by default, configurable limits, 1 MiB per response body, and a 32 MiB LRU body cache.
  • Sanitized HAR and clipboard output by default; full output requires one-time confirmation per action.
  • Node.js 22/24 quality gates covering tests, lint, formatting, version/text/lock/package integrity, dependency audit, and deterministic packaging.

Security and packaging

  • Extension permissions are reduced to storage; HAR downloads use local Blob/Object URLs without the downloads permission.
  • The attached ZIP contains exactly 10 audited runtime files and no repository docs, tests, package metadata, or CI configuration.
  • SHA-256: 980469ad00c52460fe5b8d9a9121e0123a80f835945f95b5ec365bf552a3ed62

Validation

  • 196 Jest tests passed.
  • ESLint completed with 0 errors and 0 warnings.
  • Main CI passed on Node.js 22.x and 24.x.