# scuttlebot replicate plugin Sync feeds between peers. ## changes: source Listen to replicate events. ```bash changes ``` ```js changes() ``` Emits events of the following form: ``` { type: 'progress', peerid:, total:, progress:, feeds:, sync: } ```