cypher-talker
Advanced tools
Comparing version
@@ -18,5 +18,3 @@ 'use strict'; | ||
var getResults = function getResults(getKey, strings, values) { | ||
return values.reduce(function (a, val) { | ||
return a.concat(val); | ||
}, []).map(function (value, index) { | ||
return values.map(function (value, index) { | ||
return value instanceof Cypher || value instanceof Cypher.Raw ? value.getRawQuery({ prefix: getKey(index) + '_' }) : { query: '{' + getKey(index) + '}', params: _defineProperty({}, getKey(index), value) }; | ||
@@ -23,0 +21,0 @@ }).map(function (_ref, index) { |
{ | ||
"name": "cypher-talker", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "Simple ES6/7-oriented lib to work with neo4j and (in future) with OpenCypher-compatible databases", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
13960
-0.48%173
-1.14%