Socket
Socket
Sign inDemoInstall

neo4j-driver

Package Overview
Dependencies
Maintainers
2
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neo4j-driver - npm Package Compare versions

Comparing version 5.1.0 to 5.2.0

2

lib/version.js

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

// system to control version names at packaging time.
var _default = '5.1.0';
var _default = '5.2.0';
exports["default"] = _default;
{
"name": "neo4j-driver",
"version": "5.1.0",
"version": "5.2.0",
"description": "Connect to Neo4j 3.5.0 and up from JavaScript",

@@ -88,7 +88,7 @@ "author": "Neo4j",

"@babel/runtime": "^7.17.8",
"neo4j-driver-bolt-connection": "^5.1.0",
"neo4j-driver-core": "^5.1.0",
"neo4j-driver-bolt-connection": "^5.2.0",
"neo4j-driver-core": "^5.2.0",
"rxjs": "^7.5.5"
},
"gitHead": "646ed10a61f89e9af25c85241a6c44171841c1a0"
"gitHead": "b283932e3ae9275a08106eb3c1448076613b6a02"
}

@@ -5,2 +5,8 @@ # Neo4j Driver for JavaScript

Starting with 5.0, the Neo4j Drivers will be moving to a monthly release cadence. A minor version will be released on the last Friday of each month so as to maintain versioning consistency with the core product (Neo4j DBMS) which has also moved to a monthly cadence.
As a policy, patch versions will not be released except on rare occasions. Bug fixes and updates will go into the latest minor version and users should upgrade to that. Driver upgrades within a major version will never contain breaking API changes.
See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
Resources to get you started:

@@ -7,0 +13,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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