Socket
Socket
Sign inDemoInstall

neo4j-driver-core

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neo4j-driver-core - npm Package Compare versions

Comparing version 4.3.5 to 4.3.6

11

lib/internal/connection-holder.js

@@ -123,6 +123,9 @@ "use strict";

if (connection) {
return connection
.resetAndFlush()
.catch(ignoreError)
.then(function () { return connection._release(); });
if (connection.isOpen()) {
return connection
.resetAndFlush()
.catch(ignoreError)
.then(function () { return connection._release(); });
}
return connection._release();
}

@@ -129,0 +132,0 @@ else {

{
"name": "neo4j-driver-core",
"version": "4.3.5",
"version": "4.3.6",
"description": "Internals of neo4j-driver",

@@ -5,0 +5,0 @@ "main": "lib/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