{"id":19146286,"url":"https://github.com/signpostmarv/localforage-silo","last_synced_at":"2026-06-19T15:32:30.291Z","repository":{"id":34024173,"uuid":"37782347","full_name":"SignpostMarv/localForage-Silo","owner":"SignpostMarv","description":"Wrapper to localForage for storing content in self-contained silo","archived":false,"fork":false,"pushed_at":"2015-06-21T00:15:08.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T17:05:59.265Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/SignpostMarv.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":"2015-06-20T19:11:39.000Z","updated_at":"2015-06-20T19:16:48.000Z","dependencies_parsed_at":"2022-07-14T01:50:32.767Z","dependency_job_id":null,"html_url":"https://github.com/SignpostMarv/localForage-Silo","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/SignpostMarv%2FlocalForage-Silo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SignpostMarv%2FlocalForage-Silo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SignpostMarv%2FlocalForage-Silo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SignpostMarv%2FlocalForage-Silo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SignpostMarv","download_url":"https://codeload.github.com/SignpostMarv/localForage-Silo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240229935,"owners_count":19768588,"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":[],"created_at":"2024-11-09T07:43:45.997Z","updated_at":"2026-06-11T23:30:14.395Z","avatar_url":"https://github.com/SignpostMarv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Wrapper to [localForage](https://github.com/mozilla/localForage) for storing\ncontent in self-contained silo\n\n# Example\n\n```javascript\nrequire([\n  'Silo.js',\n  'localforage'\n], function(\n  Silo,\n  localforage\n){\n  var\n    silo = new Silo('foo')\n  ;\n  silo.setItem('bar', 'baz');\n  localforage.setItem('bar', 'baz');\n  silo.keys().then(function(keys){\n    console.log(keys); // will give [\"bar\"]\n  });\n  localforage.keys().then(function(keys){\n    console.log(keys); // will give [\"bar\", \"foo::bar\"]\n  });\n  silo.removeItem('bar');\n  localforage.keys().then(function(keys){\n    console.log(keys); // will give [\"bar\"]\n  });\n})\n```\n\n# License\n\nThis program is free software; it is distributed under an [Apache License](\n  https://github.com/SignpostMarv/localForage-Silo/blob/master/LICENSE\n).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsignpostmarv%2Flocalforage-silo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsignpostmarv%2Flocalforage-silo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsignpostmarv%2Flocalforage-silo/lists"}