pouchdb-mapreduce-utils
Advanced tools
Comparing version 8.0.1 to 9.0.0
@@ -1,2 +0,1 @@ | ||
import { Set } from 'pouchdb-collections'; | ||
import { nextTick } from 'pouchdb-utils'; | ||
@@ -3,0 +2,0 @@ |
@@ -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" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
17989
214
+ Addedpouchdb-binary-utils@9.0.0(transitive)
+ Addedpouchdb-errors@9.0.0(transitive)
+ Addedpouchdb-md5@9.0.0(transitive)
+ Addedpouchdb-utils@9.0.0(transitive)
- Removedpouchdb-collections@8.0.1
- Removedbuffer-from@1.1.2(transitive)
- Removedclone-buffer@1.0.0(transitive)
- Removedimmediate@3.3.0(transitive)
- Removedpouchdb-binary-utils@8.0.1(transitive)
- Removedpouchdb-collections@8.0.1(transitive)
- Removedpouchdb-errors@8.0.1(transitive)
- Removedpouchdb-md5@8.0.1(transitive)
- Removedpouchdb-utils@8.0.1(transitive)
Updatedpouchdb-utils@9.0.0