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
70
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.5.2 to 0.5.3

4

dist/pattern/PatternElement.js

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

const Environment_1 = require("../Environment");
const escape_1 = require("../utils/escape");
const pad_block_1 = require("../utils/pad-block");

@@ -36,3 +37,4 @@ const pad_left_1 = require("../utils/pad-left");

const paramValues = Object.entries(parameters).reduce((acc, [key, param]) => {
acc[key] = param.getCypher(env);
const escapedKey = (0, escape_1.escapeProperty)(key);
acc[escapedKey] = param.getCypher(env);
return acc;

@@ -39,0 +41,0 @@ }, {});

{
"name": "@neo4j/cypher-builder",
"version": "0.5.2",
"version": "0.5.3",
"description": "A programmatic API for building Cypher queries for Neo4j",

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

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