Comparing version 0.8.75 to 0.8.76
@@ -21,2 +21,6 @@ /** | ||
if (!arrByte) { | ||
return ''; | ||
} | ||
if (typeof arrByte === 'string') { | ||
@@ -23,0 +27,0 @@ arrByte = utilsString.utf8ToBytes(arrByte); |
@@ -256,5 +256,6 @@ /** | ||
if ((this.method === 'GET' || this.method === 'HEAD') && body) { | ||
throw new TypeError('febsnet.Body not allowed for GET or HEAD requests') | ||
} | ||
// if ((this.method === 'GET' || this.method === 'HEAD') && body) { | ||
// throw new TypeError('febsnet.Body not allowed for GET or HEAD requests') | ||
// } | ||
this._initBody(body) | ||
@@ -261,0 +262,0 @@ } |
@@ -80,3 +80,3 @@ { | ||
"name": "febs-browser", | ||
"version": "0.8.75" | ||
"version": "0.8.76" | ||
} |
@@ -90,3 +90,3 @@ { | ||
"name": "febs", | ||
"version": "0.8.75" | ||
"version": "0.8.76" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5616477
89
59539
5