@basis-theory/basis-theory-js
Advanced tools
Comparing version 4.27.0 to 4.27.1
@@ -33,3 +33,3 @@ "use strict"; | ||
exports.DD_TOKEN = DD_TOKEN; | ||
const DD_GIT_SHA = "914bc612513ae2b176e5673fb36d4fc812458d2d"; | ||
const DD_GIT_SHA = "9f1a922124544cd316d7a263f6ac3fa94448a8e7"; | ||
exports.DD_GIT_SHA = DD_GIT_SHA; | ||
@@ -36,0 +36,0 @@ const CLIENT_BASE_PATHS = { |
@@ -133,3 +133,3 @@ "use strict"; | ||
} catch (error) { | ||
// fetch also failed | ||
// fetch also failed to make the request; most likely a browser/network error | ||
await _logging.logger.log.error('Second attempt failed to load elements script failed, fetch network error.', { | ||
@@ -140,3 +140,3 @@ logType: 'elementsScriptFetchError', | ||
fetchResult: 'error', | ||
fetchError: error | ||
fetchError: JSON.stringify(error !== null && error !== void 0 ? error : 'Unknown Error') | ||
}); | ||
@@ -169,3 +169,3 @@ reject(new Error(_constants.ELEMENTS_SCRIPT_UNKNOWN_ERROR_MESSAGE)); | ||
let url = `https://${"js.basistheory.com"}/web-elements/1.5.0/client/index.js`; | ||
let url = `https://${"js.basistheory.com"}/web-elements/1.7.2/client/index.js`; | ||
@@ -172,0 +172,0 @@ if (typeof elementsClientUrl !== 'undefined') { |
{ | ||
"name": "@basis-theory/basis-theory-js", | ||
"version": "4.27.0", | ||
"version": "4.27.1", | ||
"repository": "https://github.com/Basis-Theory/basis-theory-js", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
200786
1
4
17
43