caccl-send-request
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "caccl-send-request", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "The default request sender used throughout the CACCL project.", | ||
@@ -39,5 +39,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"caccl-error": "^2.2.0", | ||
"caccl-error": "^2.2.1", | ||
"qs": "^6.9.6" | ||
} | ||
} |
@@ -95,3 +95,3 @@ // Import libs | ||
method !== 'GET' | ||
? JSON.stringify(data) | ||
? new URLSearchParams(data) | ||
: undefined | ||
@@ -98,0 +98,0 @@ ), |
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
21929
Updatedcaccl-error@^2.2.1