Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pouchdb-replication

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-replication - npm Package Compare versions

Comparing version 0.0.0 to 5.4.0

lib/index.js

29

package.json
{
"name": "pouchdb-replication",
"version": "0.0.0",
"description": "Empty holding package claimed by the PouchDB authors.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "5.4.0",
"description": "PouchDB's replication and sync algorithm, as a plugin.",
"main": "./lib/index.js",
"keywords": [],
"author": "Nolan Lawson <nolan@nolanlawson.com>",
"license": "Apache-2.0"
"author": "Dale Harvey <dale@arandomurl.com>",
"license": "Apache-2.0",
"repository": "https://github.com/pouchdb/pouchdb",
"jsnext:main": "./src/index.js",
"files": [
"lib",
"src"
],
"dependencies": {
"inherits": "2.0.1",
"js-extend": "1.0.1",
"pouchdb-collate": "1.2.0",
"pouchdb-checkpointer": "5.4.0",
"pouchdb-errors": "5.4.0",
"pouchdb-generate-replication-id": "5.4.0",
"pouchdb-promise": "5.4.0",
"pouchdb-utils": "5.4.0"
}
}
pouchdb-replication
=============
======
Empty holding package claimed by the PouchDB authors.
PouchDB's replication and sync algorithm, as a plugin.
### Usage
```bash
npm install pouchdb-replication
```
```js
PouchDB.plugin(require('pouchdb-replication'));
var db = new PouchDB('mydb');
db.replicate(/* see replicate/sync API docs for full info */);
```
For full API documentation and guides on PouchDB, see [PouchDB.com](http://pouchdb.com/). For details on PouchDB sub-packages, see the [Custom Builds documentation](http://pouchdb.com/custom.html).
### Source
PouchDB and its sub-packages are distributed as a [monorepo](https://github.com/babel/babel/blob/master/doc/design/monorepo.md).
For a full list of packages, see [the GitHub source](https://github.com/pouchdb/pouchdb/tree/master/packages).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc