Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

neo4j-driver

Package Overview
Dependencies
Maintainers
2
Versions
163
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.0-alpha4 to 1.0.0-alpha5

4

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

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

},
"main": "lib/neo4j.js",
"main": "lib/index.js",
"devDependencies": {

@@ -21,0 +21,0 @@ "babel": "^5.8.23",

@@ -14,3 +14,3 @@ # Neo4j Driver for Javascript

```javascript
var neo4j = require('neo4j-driver/v1');
var neo4j = require('neo4j-driver').v1;
```

@@ -113,3 +113,3 @@

```javascript
var neo4j = require('neo4j-driver');
var neo4j = require('neo4j-driver').v1;

@@ -116,0 +116,0 @@ session.run("CREATE (n {age: {myIntParam}})", {myIntParam: neo4j.int(22)});

@@ -35,3 +35,3 @@ /**

var neo4jV1 = require("../lib/v1");
// Then I can access and use V1 of the API

@@ -38,0 +38,0 @@ var driver = neo4jV1.driver("bolt://localhost");

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