Comparing version 1.8.1 to 1.8.2
@@ -37,3 +37,3 @@ /*jshint browserify: true */ | ||
LTRIM: [1, 2], RTRIM: [1, 2], FIND_FIRST: [2, 3, 4], FIND_LAST: [2, 3, 4], | ||
SPLIT: [1, 2, 3], SUBSTITUTE: [2, 3, 4], | ||
SPLIT: [1, 2, 3], SUBSTITUTE: [2, 3, 4], MD5: 1, SHA1: 1, RANDOM_TOKEN: 1, | ||
// Numeric functions | ||
@@ -40,0 +40,0 @@ FLOOR: 1, CEIL: 1, ROUND: 1, ABS: 1, SQRT: 1, RAND: 0, |
{ | ||
"name": "aqb", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "ArangoDB AQL query builder.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
64233