neo4j-driver-init
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -25,5 +25,2 @@ const neo4j = require("neo4j-driver"); | ||
module.exports = function (port, host, username, password) { | ||
verifyDriverInit(port, host, username, password); | ||
return neo4jDriverInit(port, host, username, password); | ||
}; | ||
module.exports = neo4jDriverInit; |
{ | ||
"name": "neo4j-driver-init", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "Neo4j Driver Initialization", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
870
21