Socket
Socket
Sign inDemoInstall

pouchdb-show

Package Overview
Dependencies
16
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pouchdb-show

A PouchDB plug-in that allows you to re-use your CouchDB show functions on the client side.


Version published
Weekly downloads
959
decreased by-23.28%
Maintainers
5
Install size
275 kB
Created
Weekly downloads
 

Readme

Source

pouchdb-show

A PouchDB plug-in that allows you to re-use your CouchDB show functions on the client side. A browser version is available.

API

NodeJS package name: pouchdb-show

Browser object name: window.Show

First, make sure you understand how show functions work in CouchDB. A good start is the CouchDB guide entry on shows

Show.show(showPath[, options[, callback]])

Similar to the List.list function, but then for show functions. Only differences are documented.

showPath: specifies the show (and optionally the document) to use. Has the following form: designDocName/showName[/docId]

Source

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

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

License

The Apache 2 License. See the LICENSE file for more information.

Keywords

FAQs

Last updated on 25 Sep 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc