{"id":15452288,"url":"https://github.com/willscott/rappor","last_synced_at":"2025-08-28T20:31:33.133Z","repository":{"id":22829660,"uuid":"26176734","full_name":"willscott/rappor","owner":"willscott","description":"Javascript implementation of the RAPPOR algorithm","archived":false,"fork":false,"pushed_at":"2017-10-23T02:40:59.000Z","size":58,"stargazers_count":5,"open_issues_count":2,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-04-14T00:03:25.190Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willscott.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":"2014-11-04T16:07:57.000Z","updated_at":"2018-03-10T05:45:28.000Z","dependencies_parsed_at":"2022-08-17T17:00:31.649Z","dependency_job_id":null,"html_url":"https://github.com/willscott/rappor","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Frappor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Frappor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Frappor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willscott%2Frappor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willscott","download_url":"https://codeload.github.com/willscott/rappor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231297128,"owners_count":18354602,"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-10-01T21:41:48.644Z","updated_at":"2024-12-26T01:11:20.178Z","avatar_url":"https://github.com/willscott.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"RAPPOR\n======\n\n[![Build Status](https://travis-ci.org/willscott/rappor.svg?branch=master)](https://travis-ci.org/willscott/rappor)\n\nJavascript implementation of the RAPPOR algorithm, described at https://github.com/google/rappor.\n\nInstallation\n-----\n\n```\n  npm install rappor\n```\n\nUsage\n-----\n\nThis is an implementation of the rappor algorithm, which allows one to infer statistics\nabout a population while preserving the privacy of individual users. Before using it,\nyou should understand what you do and do not get from this algorithm, by consulting the\n[paper](http://arxiv.org/abs/1407.6981).\n\n```javascript\nvar rappor = require('rappor');\nvar encoder = new rappor.Encoder('userId');\nvar output = encoder.encode(input);\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillscott%2Frappor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillscott%2Frappor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillscott%2Frappor/lists"}