{"id":21030165,"url":"https://github.com/varharrie/simple_sandbox","last_synced_at":"2026-04-15T16:32:11.037Z","repository":{"id":62422615,"uuid":"463059768","full_name":"varHarrie/simple_sandbox","owner":"varHarrie","description":"Provides a simple sandbox environment to execute javascript code.","archived":false,"fork":false,"pushed_at":"2022-03-15T11:47:03.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-20T16:42:22.003Z","etag":null,"topics":["deno","sandbox"],"latest_commit_sha":null,"homepage":"https://deno.land/x/simple_sandbox","language":"TypeScript","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/varHarrie.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}},"created_at":"2022-02-24T08:04:17.000Z","updated_at":"2023-12-16T10:36:24.000Z","dependencies_parsed_at":"2022-11-01T17:33:18.505Z","dependency_job_id":null,"html_url":"https://github.com/varHarrie/simple_sandbox","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varHarrie%2Fsimple_sandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varHarrie%2Fsimple_sandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varHarrie%2Fsimple_sandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varHarrie%2Fsimple_sandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varHarrie","download_url":"https://codeload.github.com/varHarrie/simple_sandbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243466986,"owners_count":20295310,"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":["deno","sandbox"],"created_at":"2024-11-19T12:16:35.762Z","updated_at":"2025-10-19T18:02:17.381Z","avatar_url":"https://github.com/varHarrie.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple_sandbox for Deno\n\nProvides a simple sandbox environment to execute javascript code.\n\n## Usage\n\n```javascript\nimport { Sandbox } from \"https://deno.land/x/simple_sandbox/mod.ts\";\n\nconst code = `\nexport default function (n, m) {\n  return n + m;\n}\n`;\n\nconst sandbox = new Sandbox();\n\nconst result = await sandbox.execute({\n  code,\n  args: [2, 3],\n  timeout: 1500,\n});\n\nconsole.log(result); // 5\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarharrie%2Fsimple_sandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarharrie%2Fsimple_sandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarharrie%2Fsimple_sandbox/lists"}