awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
hamzaydia avatar

hamzaydia/verifyfetch

0
View on GitHub↗
152 stars·1 fork·TypeScript·Apache-2.0·10 viewsverifyfetch.com↗

Verifyfetch

Your users download a 4GB AI model, the connection drops at 3.8GB, verifyfetch resumes from 3.8GB and verifies every byte. Drop-in integrity verification for Transformers.js, WebLLM, and any large file in the browser.

Features

  • Service Worker Libraries - Handles resumable and integrity-verified downloads for offline assets.
  • Security Hardening - SRI-based integrity verification for large file downloads.
  • Security Middleware - Enforces browser-side integrity verification for files using SRI hashes.

Star history

Star history chart for hamzaydia/verifyfetchStar history chart for hamzaydia/verifyfetch

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Verifyfetch

Similar open-source projects, ranked by how many features they share with Verifyfetch.
  • pompelmi/pompelmipompelmi avatar

    pompelmi/pompelmi

    649View on GitHub↗

    ClamAV antivirus scanning for Node.js — scan file uploads with a single function call. Zero dependencies. Typed Symbol verdicts. Local or Docker/clamd.

    JavaScript
    View on GitHub↗649
  • helmetjs/helmethelmetjs avatar

    helmetjs/helmet

    10,692View on GitHub↗

    Helmet is an Express.js middleware library that sets a comprehensive collection of HTTP security headers to protect web applications from common vulnerabilities like cross-site scripting and clickjacking. At its core, it provides a configurable middleware system for injecting security headers into HTTP responses, with a primary focus on Content Security Policy configuration through custom directives and report-only testing modes. The library distinguishes itself through a flexible configuration surface that supports method chaining for composing multiple headers in a single expression, as wel

    TypeScripthelmethttp-headersjavascript
    View on GitHub↗10,692
  • spec-first/connexionspec-first avatar

    spec-first/connexion

    4,600View on GitHub↗

    Connexion is a spec-first Python web framework designed to derive server behavior and validation logic directly from a predefined API contract. It enables the development of web services by using an OpenAPI specification to automatically handle routing, request validation, and response serialization. The framework distinguishes itself by acting as an OpenAPI request validator and mock server. It can simulate API behavior by serving example responses based on specification schemas, allowing for frontend development and prototyping before a backend implementation is completed. Additionally, it

    Pythonapi-firstapi-restflask-extensions
    View on GitHub↗4,600
  • cure53/dompurifycure53 avatar

    cure53/DOMPurify

    16,638View on GitHub↗

    DOMPurify is a security-focused library designed to sanitize untrusted HTML input, preventing cross-site scripting attacks by stripping malicious code while preserving safe content. It functions as a utility for secure document object model manipulation, ensuring that user-provided rich text can be rendered safely within web applications. The library distinguishes itself through a single-pass, mutation-observer-free processing model that operates on detached document fragments to avoid triggering unintended side effects. It employs recursive node traversal and context-aware logic to inspect a

    JavaScriptcross-site-scriptingdomdompurify
    View on GitHub↗16,638
See all 29 alternatives to Verifyfetch→

Frequently asked questions

What does hamzaydia/verifyfetch do?

Your users download a 4GB AI model, the connection drops at 3.8GB, verifyfetch resumes from 3.8GB and verifies every byte. Drop-in integrity verification for Transformers.js, WebLLM, and any large file in the browser.

What are the main features of hamzaydia/verifyfetch?

The main features of hamzaydia/verifyfetch are: Service Worker Libraries, Security Hardening, Security Middleware.

What are some open-source alternatives to hamzaydia/verifyfetch?

Open-source alternatives to hamzaydia/verifyfetch include: pompelmi/pompelmi — ClamAV antivirus scanning for Node.js — scan file uploads with a single function call. Zero dependencies. Typed Symbol… helmetjs/helmet — Helmet is an Express.js middleware library that sets a comprehensive collection of HTTP security headers to protect… spec-first/connexion — Connexion is a spec-first Python web framework designed to derive server behavior and validation logic directly from a… cure53/dompurify — DOMPurify is a security-focused library designed to sanitize untrusted HTML input, preventing cross-site scripting… fastify/secure-json-parse — JSON.parse() drop-in replacement with prototype poisoning protection. endojs/endo — Endo is a distributed secure JavaScript sandbox, based on SES.