{"id":22354022,"url":"https://github.com/movableink/buffered-proxy","last_synced_at":"2025-07-30T09:30:49.719Z","repository":{"id":15721465,"uuid":"18459614","full_name":"movableink/buffered-proxy","owner":"movableink","description":"Ember mixin for buffering changes to an ObjectProxy","archived":false,"fork":false,"pushed_at":"2014-04-22T18:55:27.000Z","size":162,"stargazers_count":14,"open_issues_count":2,"forks_count":1,"subscribers_count":55,"default_branch":"master","last_synced_at":"2024-11-09T22:56:43.514Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/movableink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-05T04:01:52.000Z","updated_at":"2019-06-10T00:29:03.000Z","dependencies_parsed_at":"2022-08-26T19:00:49.161Z","dependency_job_id":null,"html_url":"https://github.com/movableink/buffered-proxy","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/movableink%2Fbuffered-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Fbuffered-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Fbuffered-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movableink%2Fbuffered-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/movableink","download_url":"https://codeload.github.com/movableink/buffered-proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228114882,"owners_count":17871742,"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-12-04T13:10:53.410Z","updated_at":"2024-12-04T13:10:54.081Z","avatar_url":"https://github.com/movableink.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"BufferedProxy\n=============\n\nProxy object for easy rollbacks.\n\nUsage\n=====\n\n```\nvar FooController = Ember.ObjectController.extend({\n  bufferedContent: function() {\n    return Em.ObjectProxy.extend(BufferedProxy).create({\n      content: this.get('content')\n    });\n  }.property('content'),\n\n  actions: {\n    save: function() {\n      this.get('bufferedContent').applyBufferedChanges();\n    },\n\n    cancel: function() {\n      this.get('bufferedContent').discardBufferedChanges();\n    }\n  }\n});\n```\n\nAbout\n=====\n\nWritten by Kris Selden for Yapp Labs, published by Luke Melia.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmovableink%2Fbuffered-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmovableink%2Fbuffered-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmovableink%2Fbuffered-proxy/lists"}