Comparing version 0.14.2 to 0.14.3
@@ -308,3 +308,3 @@ var async = require('async'); | ||
var cypher = [ | ||
label == null ? "MATCH n" : util.format("MATCH (n:`%s`)", label), | ||
label == null ? "MATCH (n)" : util.format("MATCH (n:`%s`)", label), | ||
matchers.length > 0 ? "WHERE" : "", | ||
@@ -311,0 +311,0 @@ matchers.join(any ? " or " : " and "), |
@@ -11,3 +11,3 @@ { | ||
"description": "A thin and familiar layer between node and neo4j's REST api.", | ||
"version": "0.14.2", | ||
"version": "0.14.3", | ||
"repository": { | ||
@@ -14,0 +14,0 @@ "url": "https://github.com/brikteknologier/seraph" |
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
187427