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.5.0-beta01 to 1.5.0-rc1

8

gulpfile.babel.js

@@ -173,10 +173,2 @@ /**

gulp.task('test-boltkit', ['nodejs'], function () {
return gulp.src('test/**/*.boltkit.it.js')
.pipe(jasmine({
includeStackTrace: true,
verbose: true
})).on('end', logActiveNodeHandles);
});
gulp.task('test-browser', function (cb) {

@@ -183,0 +175,0 @@ runSequence('all', 'run-browser-test', cb)

2

lib/version.js

@@ -32,2 +32,2 @@ "use strict";

// system to control version names at packaging time.
exports.default = "1.5.0-beta01";
exports.default = "1.5.0-rc1";
{
"name": "neo4j-driver",
"version": "1.5.0-beta01",
"description": "Connect to Neo4j 3.1.0 and up from JavaScript",
"version": "1.5.0-rc1",
"description": "Connect to Neo4j 3.0.0 and up from JavaScript",
"author": "Neo Technology Inc.",

@@ -13,3 +13,2 @@ "license": "Apache-2.0",

"test": "gulp test",
"boltkit": "gulp test-boltkit",
"build": "gulp all",

@@ -16,0 +15,0 @@ "start-neo4j": "gulp start-neo4j",

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