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 1.0.1 to 1.0.2

.gitmodules

3

lib/v1/internal/connector.js

@@ -244,2 +244,5 @@ /**

}
} else if (proposed == 1213486160) {
//server responded 1213486160 == 0x48545450 == "HTTP"
self._handleFatalError((0, _error.newError)("Server responded HTTP. Make sure you are not trying to connect to the http endpoint " + "(HTTP defaults to port 7474 whereas BOLT defaults to port 7687)"));
} else {

@@ -246,0 +249,0 @@ self._handleFatalError((0, _error.newError)("Unknown Bolt protocol version: " + proposed));

4

package.json
{
"name": "neo4j-driver",
"version": "1.0.1",
"version": "1.0.2",
"description": "Connect to Neo4j 3.0.0 and up from JavaScript",

@@ -23,3 +23,3 @@ "author": "Neo Technology Inc.",

"browserify": "^11.0.0",
"esdoc": "0.4.6",
"esdoc": "^0.4.0",
"esdoc-importpath-plugin": "0.0.1",

@@ -26,0 +26,0 @@ "glob": "^5.0.14",

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