Comparing version 0.15.0 to 0.15.1
@@ -8,3 +8,2 @@ var naan = require('naan'); | ||
var Core = require('seraph-core'); | ||
var bolt = require('./bolt/seraph'); | ||
@@ -25,3 +24,3 @@ // Bind all functions of an object to a context (recursively) | ||
function Seraph(options) { | ||
if (options.bolt) return bolt(options); | ||
if (options.bolt) return require('./bolt/seraph')(options); | ||
var core = new Core(options); | ||
@@ -28,0 +27,0 @@ |
@@ -11,3 +11,3 @@ { | ||
"description": "A thin and familiar layer between node and neo4j's REST api.", | ||
"version": "0.15.0", | ||
"version": "0.15.1", | ||
"repository": { | ||
@@ -23,2 +23,3 @@ "url": "https://github.com/brikteknologier/seraph" | ||
"dependencies": { | ||
"ascallback": "^1.1.0", | ||
"async": "~0.2.9", | ||
@@ -25,0 +26,0 @@ "naan": "~1.3.11", |
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
206488
8
4577
+ Addedascallback@^1.1.0
+ Addedascallback@1.1.1(transitive)