neo4j-javascript-driver
neo4j-javascript-driver copied to clipboard
Neo4j Bolt driver for JavaScript
- Neo4j version: Community 4.4.4 - Neo4j Mode: Single instance - Driver version: Javascript driver 4.4.6 - Operating system: Windows 11/WSL2 **Steps to reproduce** Run multiple queries that have a...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
The Neo4j 5.0 server didn't implemented yet the new date time messages and meanwhile the tests should be failing for 5.0. Changing temporarily the expectation to be failure avoids to...
## Potential bug report Code using JS driver 4.4.5 is unable to access a Neo4j Enterprise cluster using version 3.5.28. **Neo4j Version:** 3.5.28 Enterprise **Neo4j Mode**: Cluster (3 nodes) **Driver...
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
The server 5.x already fix this classification error, but the driver has re-classify errors from previous version of the server for a more convenience for the user. Co-authored-by: Florent Biville
 I'm trying to hook up `@neo4j/graphql` in a Next.js app with Apollo on the server and client. - When I go to initialize this driver on the server with...