{"id":27078949,"url":"https://github.com/netlogix/netlogix.eel.javascript","last_synced_at":"2026-02-23T01:32:36.330Z","repository":{"id":249248118,"uuid":"828869475","full_name":"netlogix/Netlogix.Eel.JavaScript","owner":"netlogix","description":"Neos Eel Helper to embed inline JavaScript","archived":false,"fork":false,"pushed_at":"2025-02-21T12:02:31.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-25T16:33:02.165Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netlogix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-07-15T09:39:36.000Z","updated_at":"2025-02-21T12:02:07.000Z","dependencies_parsed_at":"2025-10-25T16:21:21.448Z","dependency_job_id":"47152081-0397-49c9-87de-1484fc6c37f0","html_url":"https://github.com/netlogix/Netlogix.Eel.JavaScript","commit_stats":null,"previous_names":["netlogix/netlogix.eel.javascript"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/netlogix/Netlogix.Eel.JavaScript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.Eel.JavaScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.Eel.JavaScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.Eel.JavaScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.Eel.JavaScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netlogix","download_url":"https://codeload.github.com/netlogix/Netlogix.Eel.JavaScript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.Eel.JavaScript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29734468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T20:09:16.275Z","status":"ssl_error","status_checked_at":"2026-02-22T20:09:13.750Z","response_time":110,"last_error":"SSL_read: 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":[],"created_at":"2025-04-06T01:20:09.069Z","updated_at":"2026-02-23T01:32:36.299Z","avatar_url":"https://github.com/netlogix.png","language":"PHP","readme":"# Netlogix.Eel.JavaScript\nNeos Eel Helper to embed inline JavaScript from files.\n\n## Installation\n```bash\ncomposer require netlogix/eel-javascript\n```\n\n## Usage\nYou can use the JavaScriptHelper in your Fusion files like this:\n\n### Scripts without Variables\nTo include scripts that don't require external variables, you can use the `embed` method.\n\n```\nscript = ${Netlogix.JavaScript.embed('resource://Netlogix.Eel.JavaScript/Private/ScriptWithVars.js')}\n```\n\n### Scripts with Variables\nTo include scripts that require external variables, you can use the `embedWithVariables` method.\n\n```\nscriptWithVars = ${Netlogix.JavaScript.embedWithVariables('resource://Netlogix.Eel.JavaScript/Private/ScriptWithVars.js', {'someVariableName': 'someValue'})}\n```\n\nThis will prefix the included javascript file with the variables passed to the method:\n\n```javascript\nvar someVariable= 'someValue';\n/// ... your script ScriptWithVars.js\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlogix%2Fnetlogix.eel.javascript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetlogix%2Fnetlogix.eel.javascript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlogix%2Fnetlogix.eel.javascript/lists"}