{"id":15723197,"url":"https://github.com/jerakin/editor-script-check-dependencies-versions","last_synced_at":"2026-02-25T17:09:15.318Z","repository":{"id":129090116,"uuid":"215881461","full_name":"Jerakin/editor-script-check-dependencies-versions","owner":"Jerakin","description":"Checks your dependencies against github releases to see if there are any updates","archived":false,"fork":false,"pushed_at":"2025-02-21T21:47:05.000Z","size":28,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T12:46:02.070Z","etag":null,"topics":["defold","defold-editor-script","defold-library","defold-module"],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"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/Jerakin.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}},"created_at":"2019-10-17T20:37:48.000Z","updated_at":"2025-02-21T21:46:55.000Z","dependencies_parsed_at":"2024-10-24T17:44:11.946Z","dependency_job_id":"906d959f-96e0-433e-98f3-152d9ae5c935","html_url":"https://github.com/Jerakin/editor-script-check-dependencies-versions","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"Jerakin/defold-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerakin%2Feditor-script-check-dependencies-versions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerakin%2Feditor-script-check-dependencies-versions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerakin%2Feditor-script-check-dependencies-versions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerakin%2Feditor-script-check-dependencies-versions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jerakin","download_url":"https://codeload.github.com/Jerakin/editor-script-check-dependencies-versions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247615483,"owners_count":20967183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["defold","defold-editor-script","defold-library","defold-module"],"created_at":"2024-10-03T22:10:37.895Z","updated_at":"2026-02-25T17:09:15.268Z","avatar_url":"https://github.com/Jerakin.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Check Dependencies\n\n## Install\nYou can use the these editor scripts in your own project by adding this project as a [Defold library dependency](https://www.defold.com/manuals/libraries/). Open your game.project file and in the dependencies field under project add:  \nhttps://github.com/Jerakin/editor-script-check-dependencies-versions/archive/master.zip\n\n## Editor Script\nThis script adds a item under `view`. Running the command will print out the states of your dependencies to the console.\n\n```\neditor-script-check-dependencies\n ✔  The dependency is up to date.\n ✖  The dependency is outdated.\n !  The dependency is not using a semver supported release.\n\n\n✔ defold/extension-safearea (1.5.1)\n    https://github.com/defold/extension-safearea/archive/1.5.1.zip\n\n✖ defold/extension-safearea (1.0.0)\n    https://github.com/defold/extension-safearea/archive/1.5.1.zip\n\n! britzl/monarch (master)\n    https://github.com/britzl/monarch/archive/5.1.1.zip\n\n```\n\n## Rate limited\nThis script is working against the github api v3 which rate limits calls, I think that for normal use the rate limit\nshould be enough. But if the script ever mentions that you are rate limited then I recommend that you set up a token.\n\nIn your root create a file at `./.editor-script-settings/editor-script-check-dependencies` (no extension and . infront of editor-script-setting).\n\nAdd this to the file where TOKEN is a personal token [GUIDE: Personal Token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line)\n```\n[Authenticate]\ntoken = TOKEN\n```\n\nTHE TOKEN IS A SECRET SO DO NOT COMMIT THIS FILE TO YOUR REPOSITORY!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerakin%2Feditor-script-check-dependencies-versions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerakin%2Feditor-script-check-dependencies-versions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerakin%2Feditor-script-check-dependencies-versions/lists"}