@sap-ux/axios-extension
Advanced tools
Comparing version 1.16.2 to 1.16.3
@@ -61,3 +61,3 @@ "use strict"; | ||
const responseStringPrefix = '/com.sap.cts/object_record/'; | ||
if (!text || !text.startsWith(responseStringPrefix)) { | ||
if (!text?.startsWith(responseStringPrefix)) { | ||
return null; | ||
@@ -64,0 +64,0 @@ } |
{ | ||
"name": "@sap-ux/axios-extension", | ||
"version": "1.16.2", | ||
"version": "1.16.3", | ||
"description": "Extension of the Axios module adding convenience methods to interact with SAP systems especially with OData services.", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
259150