Socket
Socket
Sign inDemoInstall

neo4j-driver-bolt-connection

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-bolt-connection - npm Package Compare versions

Comparing version 5.24.0 to 5.24.1

4

lib/channel/node/node-channel.js

@@ -219,3 +219,2 @@ "use strict";

});
self._conn.on('error', self._handleConnectionError);
self._conn.on('end', self._handleConnectionTerminated);

@@ -238,2 +237,5 @@ // Drain all pending messages

msg += ' Caused by: ' + err.message;
if (this._conn.destroyed) {
this._open = false;
}
this._error = (0, neo4j_driver_core_1.newError)(msg, this._connectionErrorCode);

@@ -240,0 +242,0 @@ if (this.onerror) {

{
"name": "neo4j-driver-bolt-connection",
"version": "5.24.0",
"version": "5.24.1",
"description": "Implements the connection with the Neo4j Database using the Bolt Protocol",

@@ -43,6 +43,6 @@ "main": "lib/index.js",

"buffer": "^6.0.3",
"neo4j-driver-core": "5.24.0",
"neo4j-driver-core": "5.24.1",
"string_decoder": "^1.3.0"
},
"gitHead": "4e3806426449c49fbd4306f22552a941ad570fd0"
"gitHead": "5768703f1ee332001f45f4b3c533d8f51963428f"
}
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