awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesStructural Integrity Validators

Tools for verifying that data structures conform to expected schemas or previous states.

Distinct from Data Type Validation: Distinct from Data Type Validation: focuses on structural integrity and schema comparison rather than simple type checking.

Explore 1 awesome GitHub repository matching software engineering & architecture · Structural Integrity Validators. Refine with filters or upvote what's useful.

Awesome Structural Integrity Validators GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • asyncbanana/microdiffAvatar de AsyncBanana

    AsyncBanana/microdiff

    3,801Ver en GitHub↗

    Microdiff is a utility library for calculating structural differences between two JavaScript objects or arrays. It identifies additions, removals, and modifications by performing a deep comparison of nested data structures, providing a granular list of changes between object states. The library is built with a zero-dependency implementation that relies exclusively on native language primitives to maintain a minimal memory footprint. It includes built-in circular reference handling, which tracks object identities during traversal to prevent infinite loops when processing self-referencing data

    Supports structural validation by comparing objects against expected states in strongly typed environments.

    JavaScriptcollaboratecomparisondeno
    Ver en GitHub↗3,801
  1. Home
  2. Software Engineering & Architecture
  3. Data Schema Validation
  4. Data Type Validation
  5. Structural Integrity Validators