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

pouchdb-mapreduce-utils

Package Overview
Dependencies
Maintainers
0
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 8.0.1 to 9.0.0

1

lib/index.es.js

@@ -1,2 +0,1 @@

import { Set } from 'pouchdb-collections';
import { nextTick } from 'pouchdb-utils';

@@ -3,0 +2,0 @@

3

lib/index.js

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

var pouchdbCollections = require('pouchdb-collections');
var pouchdbUtils = require('pouchdb-utils');

@@ -100,3 +99,3 @@

function uniq(arr) {
var theSet = new pouchdbCollections.Set(arr);
var theSet = new Set(arr);
var result = new Array(theSet.size);

@@ -103,0 +102,0 @@ var index = -1;

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

@@ -14,13 +14,10 @@ "main": "./lib/index.js",

},
"jsnext:main": "./lib/index.es.js",
"module": "./lib/index.es.js",
"dependencies": {
"pouchdb-collections": "8.0.1",
"pouchdb-utils": "8.0.1"
"pouchdb-utils": "9.0.0"
},
"module": "./lib/index.es.js",
"files": [
"lib",
"dist",
"tonic-example.js"
"dist"
]
}
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