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

@neo4j/cypher-builder

Package Overview
Dependencies
Maintainers
7
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 0.1.0 to 0.1.1

4

dist/expressions/procedures/db.js

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

exports.FullTextQueryNodes = void 0;
const graphql_compose_1 = require("graphql-compose");
const Where_1 = require("../../clauses/sub-clauses/Where");

@@ -56,3 +55,4 @@ const Clause_1 = require("../../clauses/Clause");

const returnStr = this.returnStatement?.getCypher(env) || "";
const textSearchStr = (0, graphql_compose_1.dedent) `CALL db.index.fulltext.queryNodes(
// TODO: dendent
const textSearchStr = `CALL db.index.fulltext.queryNodes(
"${this.indexName}",

@@ -59,0 +59,0 @@ ${this.phrase.getCypher(env)}

{
"name": "@neo4j/cypher-builder",
"version": "0.1.0",
"version": "0.1.1",
"description": "Neo4j Cypher query builder",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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