New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pouchdb-mapreduce

Package Overview
Dependencies
Maintainers
3
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-mapreduce

Map Reduce =====

2.3.0
Source
npm
Version published
Weekly downloads
6.1K
-12.22%
Maintainers
3
Weekly downloads
 
Created
Source

Map Reduce

Map/reduce plugin pulled out of PouchDB. A PouchDB plugin that, like PouchDB Collate, is bundled directly with PouchDB.

Building

npm install
npm run build

Testing

In Node

npm test

To run coverage tests:

npm run coverage

To run individual tests:

GREP=my_search_term npm test

In the browser

Run

npm run dev

and then point your favorite browser to http://127.0.0.1:8001/test/index.html.

To run individual tests, load e.g.:

http://127.0.0.1:8001/test/index.html?grep=my_search_term

Keywords

pouch

FAQs

Package last updated on 03 Dec 2014

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