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

@neo4j/cypher-builder

Package Overview
Dependencies
Maintainers
7
Versions
75
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.1.1 to 1.1.2

2

dist/pattern/PartialPattern.js

@@ -91,3 +91,3 @@ "use strict";

else {
return `*${this.length.min || ""}..${this.length.max || ""}`;
return `*${this.length.min ?? ""}..${this.length.max ?? ""}`;
}

@@ -94,0 +94,0 @@ }

{
"name": "@neo4j/cypher-builder",
"version": "1.1.1",
"version": "1.1.2",
"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