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

couchdb-view-tester

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couchdb-view-tester - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

4

index.js

@@ -14,4 +14,2 @@ /* exported map, reduce */

console.log('config.reduce')
console.log(config.reduce)
if (config.reduce) {

@@ -49,4 +47,2 @@ mapReduce.reduce = {

function doQuery (db, mapReduce, options) {
console.log('mapReduce')
console.log(mapReduce)
db.query(mapReduce, options, function (error, response) {

@@ -53,0 +49,0 @@ if (error) {

2

package.json
{
"name": "couchdb-view-tester",
"version": "3.1.0",
"version": "3.1.1",
"description": "Your friendly helper to quickly iterate on CouchDB views",

@@ -5,0 +5,0 @@ "main": "index.js",

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