New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cypher-talker

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypher-talker - npm Package Compare versions

Comparing version

to
0.4.5

4

build/Cypher/index.js

@@ -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",