{"id":16202825,"url":"https://github.com/hejny/loader","last_synced_at":"2026-01-21T21:32:42.017Z","repository":{"id":44644424,"uuid":"217317897","full_name":"hejny/loader","owner":"hejny","description":"This is simple js and css loader.","archived":false,"fork":false,"pushed_at":"2025-12-13T13:27:11.000Z","size":72530,"stargazers_count":2,"open_issues_count":5,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-12-15T05:15:27.733Z","etag":null,"topics":["library","old"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hejny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-10-24T14:21:53.000Z","updated_at":"2025-12-13T13:27:14.000Z","dependencies_parsed_at":"2024-01-07T19:41:49.067Z","dependency_job_id":"57bb182e-47a0-4495-8857-672801a9d2b4","html_url":"https://github.com/hejny/loader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hejny/loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hejny%2Floader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hejny%2Floader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hejny%2Floader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hejny%2Floader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hejny","download_url":"https://codeload.github.com/hejny/loader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hejny%2Floader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28644060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["library","old"],"created_at":"2024-10-10T09:49:30.359Z","updated_at":"2026-01-21T21:32:42.012Z","avatar_url":"https://github.com/hejny.png","language":"PHP","funding_links":["https://www.buymeacoffee.com/hejny"],"categories":[],"sub_categories":[],"readme":"\u003e :warning: This repository contains security issues - do not use it until consultation with @hejny .\n\n# 🌐 Loader\n\n\u003c!--Badges--\u003e\n\u003c!--⚠️WARNING: This section was generated by https://github.com/hejny/batch-project-editor/blob/main/src/workflows/800-badges/badges.ts so every manual change will be overwritten.--\u003e\n\n\n[![Quality of package Loader](https://packagequality.com/shield/loader.svg)](https://packagequality.com/#?package=loader)\n[![Known Vulnerabilities](https://snyk.io/test/github/hejny/loader/badge.svg)](https://snyk.io/test/github/hejny/loader)\n[![Issues](https://img.shields.io/github/issues/hejny/loader.svg?style=flat)](https://github.com/hejny/loader/issues)\n\u003c!--[![License of Loader](https://img.shields.io/github/license/hejny/loader.svg?style=flat)](https://github.com/hejny/loader/blob/main/LICENSE)--\u003e\n\u003c!--[![NPM Version of Loader](https://badge.fury.io/js/loader.svg)](https://www.npmjs.com/package/loader)--\u003e\n\u003c!--[![Socket](https://socket.dev/api/badge/npm/package/loader)](https://socket.dev/npm/package/loader)--\u003e\n\n\u003c!--/Badges--\u003e\n\nThis is simple js and css loader.\n\n\n\n\u003c!--Wallpaper--\u003e\n\u003c!--⚠️WARNING: This section was generated by https://github.com/hejny/batch-project-editor/blob/main/src//workflows/315-ai-generated-wallpaper/4-aiGeneratedWallpaperUseInReadme.ts so every manual change will be overwritten.--\u003e\n[![Wallpaper of 🌐 Loader](assets/ai/wallpaper/gallery/ba8a8600-1977-4a33-89e0-3831e8e6fa75-0_0.png)](https://www.midjourney.com/app/jobs/ba8a8600-1977-4a33-89e0-3831e8e6fa75)\n\u003c!--/Wallpaper--\u003e\n\n## Usage:\n\nThare should be provided one of these options:\n?loader=async\n?loader=sync-redirect\n?loader=json\n\n### In the sync and json loader should be also:\n?version=[Semantic version]\n?type=[js|css|*]\n\n### In async loader should be:\n?function=[loaderFunctionName]\n\n### Async loader usage\n\nAsync loader requires jQuery to be included in window.\n\n```javascript\nwindow.loaderFunctionName(\n{\nversion: '*',\ntype: 'js'\n},\n()=\u003e{\n//now you can use loaded scripts\n}\n);\n```\n\n\n\n\u003c!--Contributing--\u003e\n\u003c!--⚠️WARNING: This section was generated by https://github.com/hejny/batch-project-editor/blob/main/src/workflows/810-contributing/contributing.ts so every manual change will be overwritten.--\u003e\n\n## 🖋️ Contributing\n\nI am open to pull requests, feedback, and suggestions. Or if you like this utility, you can [☕ buy me a coffee](https://www.buymeacoffee.com/hejny) or [donate via cryptocurrencies](https://github.com/hejny/hejny/blob/main/documents/crypto.md).\n\nYou can also ⭐ star the loader package, [follow me on GitHub](https://github.com/hejny) or [various other social networks](https://www.pavolhejny.com/contact/).\n\n\u003c!--/Contributing--\u003e\n\n\n\u003c!--Partners--\u003e\n\u003c!--⚠️WARNING: This section was generated by https://github.com/hejny/batch-project-editor/blob/main/src/workflows/820-partners/partners.ts so every manual change will be overwritten.--\u003e\n\n## ✨ Partners\n\n\n\u003ca href=\"https://collboard.com/\" title=\"Collboard\"\u003e\u003cimg src=\"https://collboard.fra1.cdn.digitaloceanspaces.com/assets/18.12.1/logo-small.png#gh-light-mode-only\" alt=\"Collboard\" height=\"60\"/\u003e\u003c/a\u003e\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003ca href=\"https://webgpt.cz/?partner=ph\u0026utm_medium=referral\u0026utm_source=github-readme\u0026utm_campaign=partner-ph\" title=\"WebGPT\"\u003e\u003cimg src=\"https://webgpt.cz/_next/static/media/webgpt-black.8d958d25.png#gh-light-mode-only\" alt=\"WebGPT\" height=\"60\"/\u003e\u003c/a\u003e\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003ca href=\"https://github.com/webgptorg/promptbook\" title=\"Promptbook\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/webgptorg/promptbook/main/other/design/logo.png#gh-light-mode-only\" alt=\"Promptbook\" height=\"60\"/\u003e\u003c/a\u003e\n\n\n[Become a partner](https://www.pavolhejny.com/contact/)\n\n\u003c!--/Partners--\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhejny%2Floader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhejny%2Floader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhejny%2Floader/lists"}