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
10
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-mapreduce - npm Package Compare versions

Comparing version

to
7.3.0

14

package.json
{
"name": "pouchdb-mapreduce",
"version": "7.2.2",
"version": "7.3.0",
"description": "PouchDB's map/reduce query API as a plugin.",

@@ -9,3 +9,7 @@ "main": "./lib/index.js",

"license": "Apache-2.0",
"repository": "https://github.com/pouchdb/pouchdb",
"repository": {
"type": "git",
"url": "https://github.com/pouchdb/pouchdb.git",
"directory": "packages/node_modules/pouchdb-mapreduce"
},
"jsnext:main": "./lib/index.es.js",

@@ -17,5 +21,5 @@ "browser": {

"dependencies": {
"pouchdb-abstract-mapreduce": "7.2.2",
"pouchdb-mapreduce-utils": "7.2.2",
"pouchdb-utils": "7.2.2"
"pouchdb-abstract-mapreduce": "7.3.0",
"pouchdb-mapreduce-utils": "7.3.0",
"pouchdb-utils": "7.3.0"
},

@@ -22,0 +26,0 @@ "module": "./lib/index.es.js",