New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@basis-theory/basis-theory-js

Package Overview
Dependencies
Maintainers
0
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@basis-theory/basis-theory-js - npm Package Compare versions

Comparing version 4.27.0 to 4.27.1

2

common/constants.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc