Socket
Socket
Sign inDemoInstall

neo4j-driver-init

Package Overview
Dependencies
12
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7 to 1.0.8

2

index.js

@@ -14,3 +14,3 @@ const neo4j = require("neo4j-driver");

.then(serverInfo => {
console.log(`Driver created successfully ${serverInfo}`);
console.log(`Driver created successfully` + serverInfo.toString());
})

@@ -17,0 +17,0 @@ .catch(error => {

{
"name": "neo4j-driver-init",
"version": "1.0.7",
"version": "1.0.8",
"description": "Neo4j Driver Initialization",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc