Comparing version 5.2.1 to 5.2.2
@@ -412,3 +412,3 @@ 'use strict'; | ||
const createIndexes = internals.difference(requestedIndexes, intersection); | ||
const removeIndesex = internals.difference(currentIndexes, intersection); | ||
const removeIndexes = internals.difference(currentIndexes, intersection); | ||
@@ -420,3 +420,3 @@ const eachIndex = (index, nextIndex) => { | ||
Items.serial(removeIndesex, eachIndex, (err) => finalize(err, createIndexes)); | ||
Items.parallel(removeIndexes, eachIndex, (err) => finalize(err, createIndexes)); | ||
}); | ||
@@ -440,3 +440,3 @@ }; | ||
const names = Object.keys(tables); | ||
Items.serial(names, each, callback); | ||
Items.parallel(names, each, callback); | ||
}); | ||
@@ -460,3 +460,3 @@ } | ||
Items.serial(Object.keys(this.tables), each, callback); | ||
Items.parallel(Object.keys(this.tables), each, callback); | ||
} | ||
@@ -463,0 +463,0 @@ |
@@ -214,3 +214,3 @@ 'use strict'; | ||
Items.serial(names, each, callback); | ||
Items.parallel(names, each, callback); | ||
} | ||
@@ -217,0 +217,0 @@ |
{ | ||
"name": "penseur", | ||
"description": "Lightweight RethinkDB wrapper", | ||
"version": "5.2.1", | ||
"version": "5.2.2", | ||
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)", | ||
@@ -6,0 +6,0 @@ "repository": "git://github.com/hueniverse/penseur", |
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
176285