io-ng-util
Advanced tools
Comparing version 4.2.3 to 4.2.4
@@ -74,10 +74,5 @@ 'use strict'; | ||
HttpService.prototype.makeHeaders = function (multiPart) { | ||
var h; | ||
if (multiPart) { | ||
var h = {}; | ||
if (!multiPart) { | ||
h = { | ||
'Content-Type': 'multipart/form-data', | ||
}; | ||
} | ||
else { | ||
h = { | ||
'Content-Type': 'application/json', | ||
@@ -84,0 +79,0 @@ }; |
{ | ||
"name": "io-ng-util", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"description": "Angular Base Utilities", | ||
@@ -42,2 +42,2 @@ "main": "index.js", | ||
"dependencies": {} | ||
} | ||
} |
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
60003
776