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.8 to 0.1.9

4

dist/Environment.js

@@ -65,3 +65,5 @@ "use strict";

addNamedParamReference(name, param) {
this.addParam(name, param);
if (!this.references.has(param)) {
this.addParam(name, param);
}
}

@@ -68,0 +70,0 @@ addExtraParams(params) {

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

@@ -36,3 +36,3 @@ "exports": "./dist/index.js",

"devDependencies": {
"@types/jest": "29.2.4",
"@types/jest": "29.2.5",
"@types/node": "18.11.10",

@@ -42,5 +42,5 @@ "expect-type": "0.15.0",

"ts-jest": "29.0.3",
"typedoc": "0.23.22",
"typedoc": "0.23.23",
"typescript": "4.9.4"
}
}

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