@cfvdb/core
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -67,2 +67,11 @@ const axios = require('axios'); | ||
if (options.set) { | ||
if (!firstQueryParameter) { | ||
query += '&'; | ||
} | ||
query += 'set=' + options.set; | ||
firstQueryParameter = false; | ||
} | ||
try { | ||
@@ -69,0 +78,0 @@ const response = await axios({ |
{ | ||
"name": "@cfvdb/core", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Core functions for CFVDB", | ||
@@ -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
34726
692