neo4j-javascript-driver icon indicating copy to clipboard operation
neo4j-javascript-driver copied to clipboard

Neo4j Bolt driver for JavaScript

Results 86 neo4j-javascript-driver issues
Sort by recently updated
recently updated
newest added

- 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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.2)](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...

dependencies

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

![image](https://user-images.githubusercontent.com/224636/172747164-80f87732-035a-4d18-8b00-c20593a17a52.png) 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...