Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pouchdb-mapreduce-utils

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-mapreduce-utils - npm Package Compare versions

Comparing version 6.0.7 to 6.1.0

5

lib/index.js

@@ -8,2 +8,3 @@ 'use strict';

var argsarray = _interopDefault(require('argsarray'));
var pouchdbUtils = require('pouchdb-utils');

@@ -13,7 +14,7 @@ var promisedCallback = function (promise, callback) {

promise.then(function (res) {
process.nextTick(function () {
pouchdbUtils.nextTick(function () {
callback(null, res);
});
}, function (reason) {
process.nextTick(function () {
pouchdbUtils.nextTick(function () {
callback(reason);

@@ -20,0 +21,0 @@ });

{
"name": "pouchdb-mapreduce-utils",
"version": "6.0.7",
"version": "6.1.0",
"description": "PouchDB utilities used by pouchdb-mapreduce.",

@@ -16,4 +16,5 @@ "main": "./lib/index.js",

"dependencies": {
"argsarray": "0.0.1"
"argsarray": "0.0.1",
"pouchdb-utils": "6.1.0"
}
}
import argsarray from 'argsarray';
import { nextTick } from 'pouchdb-utils';

@@ -6,7 +7,7 @@ var promisedCallback = function (promise, callback) {

promise.then(function (res) {
process.nextTick(function () {
nextTick(function () {
callback(null, res);
});
}, function (reason) {
process.nextTick(function () {
nextTick(function () {
callback(reason);

@@ -13,0 +14,0 @@ });

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