Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
pouchdb-list
Advanced tools
A PouchDB plug-in that allows you to re-use your CouchDB list functions on the client side.
A PouchDB plug-in that allows you to re-use your CouchDB list functions on the client side. A browser version is available.
NodeJS package name: pouchdb-list
Browser object name: window.List
First, make sure you understand how list functions work in CouchDB. A good start is the CouchDB guide entry on lists.
Runs a list function on a view. Both are specified via the listPath
parameter.
listPath
: a url of the form "designDocName/listFuncName/viewName"
options
: this object is supplemented with defaults until a complete
CouchDB request object
has been formed, which is then passed into the list function.
Returns: When succesful, the list function's result in the form of a CouchDB response object. Otherwise, an error object with one of the following statuses: 400, 404, 406 or 500.
PouchDB Server and its sub-packages are distributed as a monorepo.
For a full list of packages, see the GitHub source.
The Apache 2 License. See the LICENSE file for more information.
FAQs
A PouchDB plug-in that allows you to re-use your CouchDB list functions on the client side.
The npm package pouchdb-list receives a total of 1,363 weekly downloads. As such, pouchdb-list popularity was classified as popular.
We found that pouchdb-list demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
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.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.