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

pouchdb-changes-filter

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-changes-filter

Adds "filter", "selector", etc. to PouchDB's changes/replicate/sync APIs

  • 7.2.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17K
decreased by-7.36%
Maintainers
5
Weekly downloads
 
Created
Source

pouchdb-changes-filter

Plugin to add the ability to use the "filter", "selector", "doc_ids", "query_params", and "query" fields in the changes(), replicate(), and sync() APIs.

This is extract as a separate plugin because 1) it's fairly heavyweight, and 2) it contains eval(), which some environments disallow. So if you're not using filtered changes/replication, then you don't need this module.

Usage

npm install pouchdb-changes-filter
var PouchDB = require('pouchdb');
var changesFilter = require('pouchdb-changes-filter');
PouchDB.plugin(changesFilter);

For full API documentation and guides on PouchDB, see PouchDB.com. For details on PouchDB sub-packages, see the Custom Builds documentation.

Source

PouchDB and its sub-packages are distributed as a monorepo.

For a full list of packages, see the GitHub source.

FAQs

Package last updated on 16 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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