{"id":23841740,"url":"https://github.com/playerony/object-storage-factory","last_synced_at":"2026-05-08T06:19:10.541Z","repository":{"id":46623325,"uuid":"410960726","full_name":"playerony/object-storage-factory","owner":"playerony","description":"Object storage factory implemented with the same interface as the browser's local storage.","archived":false,"fork":false,"pushed_at":"2021-10-03T12:30:26.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-11T01:33:19.015Z","etag":null,"topics":["factory","interface","javascript","object","storage","storage-interface","tests","typescript","wrapper"],"latest_commit_sha":null,"homepage":"https://playerony.github.io/object-storage-factory","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/playerony.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":"2021-09-27T16:28:41.000Z","updated_at":"2021-10-03T12:30:26.000Z","dependencies_parsed_at":"2022-09-20T23:10:45.139Z","dependency_job_id":null,"html_url":"https://github.com/playerony/object-storage-factory","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playerony%2Fobject-storage-factory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playerony%2Fobject-storage-factory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playerony%2Fobject-storage-factory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playerony%2Fobject-storage-factory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/playerony","download_url":"https://codeload.github.com/playerony/object-storage-factory/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240079625,"owners_count":19744724,"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":["factory","interface","javascript","object","storage","storage-interface","tests","typescript","wrapper"],"created_at":"2025-01-02T18:01:38.183Z","updated_at":"2026-05-08T06:19:05.492Z","avatar_url":"https://github.com/playerony.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# object-storage-factory\n\n[![npm](https://img.shields.io/npm/v/object-storage-factory.svg)](https://www.npmjs.com/package/object-storage-factory)\n![types](https://img.shields.io/badge/types-typescript%20%7C%20flow-blueviolet)\n[![minzip](https://img.shields.io/bundlephobia/minzip/object-storage-factory.svg)](https://www.npmjs.com/package/object-storage-factory)\n[![downloads per month](https://img.shields.io/npm/dm/object-storage-factory.svg)](https://www.npmjs.com/package/object-storage-factory)\n[![issues](https://img.shields.io/github/issues/playerony/object-storage-factory.svg)](https://www.npmjs.com/package/object-storage-factory)\n[![license](https://img.shields.io/github/license/playerony/object-storage-factory)](https://www.npmjs.com/package/object-storage-factory)\n\nObject storage factory implemented with the same interface as the browser's local storage.\n\n# documentation\n\nIf you want to get more information about library, just take a look at markdown documentation: **[API Documentation](https://playerony.github.io/object-storage-factory)**.\n\n# installation\n\n```js\nyarn add object-storage-factory\nnpm install object-storage-factory\n```\n\n# example\n\n```js\nconst { objectStorageFactory } = require('object-storage-factory');\n\nconst objectStorage = objectStorageFactory();\n\nobjectStorage.setItem('key', 'value');\nobjectStorage.getItem('key'); // value\nobjectStorage.getItem('wrong_key'); // null\n```\n\n# usage\n\nUseful when you will not be able to use localStorage or sessionStorage due to security or other thrown error.\n\n# license\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplayerony%2Fobject-storage-factory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplayerony%2Fobject-storage-factory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplayerony%2Fobject-storage-factory/lists"}