Comparing version 1.0.7 to 1.0.8
@@ -353,3 +353,6 @@ "use strict"; | ||
} | ||
let params = JSON.stringify(this.options, null, 2).replace(/"([^"]+)":/gm, '$1: '); | ||
let params = JSON.stringify(this.options, null, 2) | ||
.replace(/"([^"]+)":/gm, '$1: ') | ||
.replace('"HEIGHT_DESC"', 'HEIGHT_DESC') | ||
.replace('"HEIGHT_ASC"', 'HEIGHT_ASC'); | ||
params = params.substring(1, params.length - 1); | ||
@@ -356,0 +359,0 @@ let fields = ''; |
{ | ||
"name": "ardb", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"main": "lib/ardb.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/cedriking/ardb.git", |
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
32176
745