@capriza/http-utils
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -6,3 +6,3 @@ var axios = require('axios'); | ||
module.exports = class HttpUtils extends BaseUtils { | ||
constructor(options){ | ||
constructor(options = {}){ | ||
super(options); | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "@capriza/http-utils", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "HTTP Request utils that handles, request-response, errors, concurrency, priority and authentication", | ||
@@ -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
19555