awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesUniversal Plugin Wrappers

Specific module patterns for plugins that maintain compatibility between global scopes and modular loaders.

Distinct from jQuery Plugins: Focuses on the compatibility wrapper for plugins rather than the plugin functionality itself.

Explore 1 awesome GitHub repository matching web development · Universal Plugin Wrappers. Refine with filters or upvote what's useful.

Awesome Universal Plugin Wrappers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • umdjs/umdAvatar von umdjs

    umdjs/umd

    7,447Auf GitHub ansehen↗

    This project provides a universal module definition pattern and JavaScript module wrapper. It establishes a standardized methodology for distributing JavaScript libraries that function across CommonJS, AMD, and browser global environments. The system uses an adapter approach to bridge different module systems, allowing a single file to operate in both Node.js and client-side browser environments without modification. This includes specific patterns for creating jQuery plugins that maintain compatibility across modular loaders and global scopes. The codebase implements environment-detection l

    Provides a specialized wrapper for jQuery plugins to ensure compatibility across global and modular loading environments.

    JavaScript
    Auf GitHub ansehen↗7,447
  1. Home
  2. Web Development
  3. jQuery Plugins
  4. Universal Plugin Wrappers