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

@neo4j/cypher-builder

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neo4j/cypher-builder - npm Package Compare versions

Comparing version 1.20.0 to 1.20.1

dist/utils/concat.d.ts

1

dist/clauses/utils/concat.d.ts

@@ -25,3 +25,4 @@ import type { CypherASTNode } from "../../CypherASTNode";

* @category Clauses
* @deprecated Use `Cypher.utils.concat` instead
*/
export declare function concat(...clauses: Array<Clause | undefined>): CompositeClause;

@@ -89,2 +89,3 @@ "use strict";

* @category Clauses
* @deprecated Use `Cypher.utils.concat` instead
*/

@@ -91,0 +92,0 @@ function concat(...clauses) {

5

dist/utils/utils.d.ts

@@ -1,3 +0,4 @@

export { escapeLabel, escapeType, escapeProperty, escapeVariable } from "./escape";
export { compileCypher } from "./compile-cypher";
export { concat } from "./concat";
export { escapeLabel, escapeProperty, escapeType, escapeVariable } from "./escape";
export { toCypherParams } from "./to-cypher-params";
export { compileCypher } from "./compile-cypher";

@@ -21,12 +21,14 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.compileCypher = exports.toCypherParams = exports.escapeVariable = exports.escapeProperty = exports.escapeType = exports.escapeLabel = void 0;
exports.toCypherParams = exports.escapeVariable = exports.escapeType = exports.escapeProperty = exports.escapeLabel = exports.concat = exports.compileCypher = void 0;
// Note: This file exists for exported utils to the user
var compile_cypher_1 = require("./compile-cypher");
Object.defineProperty(exports, "compileCypher", { enumerable: true, get: function () { return compile_cypher_1.compileCypher; } });
var concat_1 = require("./concat");
Object.defineProperty(exports, "concat", { enumerable: true, get: function () { return concat_1.concat; } });
var escape_1 = require("./escape");
Object.defineProperty(exports, "escapeLabel", { enumerable: true, get: function () { return escape_1.escapeLabel; } });
Object.defineProperty(exports, "escapeProperty", { enumerable: true, get: function () { return escape_1.escapeProperty; } });
Object.defineProperty(exports, "escapeType", { enumerable: true, get: function () { return escape_1.escapeType; } });
Object.defineProperty(exports, "escapeProperty", { enumerable: true, get: function () { return escape_1.escapeProperty; } });
Object.defineProperty(exports, "escapeVariable", { enumerable: true, get: function () { return escape_1.escapeVariable; } });
var to_cypher_params_1 = require("./to-cypher-params");
Object.defineProperty(exports, "toCypherParams", { enumerable: true, get: function () { return to_cypher_params_1.toCypherParams; } });
var compile_cypher_1 = require("./compile-cypher");
Object.defineProperty(exports, "compileCypher", { enumerable: true, get: function () { return compile_cypher_1.compileCypher; } });
{
"name": "@neo4j/cypher-builder",
"version": "1.20.0",
"version": "1.20.1",
"description": "A programmatic API for building Cypher queries for Neo4j",

@@ -5,0 +5,0 @@ "exports": "./dist/index.js",

@@ -10,3 +10,2 @@ # Cypher Builder

- [Documentation](https://neo4j.github.io/cypher-builder/cypher-builder/current/)
- [Discussions](https://github.com/neo4j/cypher-builder/discussions)

@@ -13,0 +12,0 @@ ```typescript

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