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.28.0 to 4.28.1

4

common/constants.js

@@ -31,7 +31,7 @@ "use strict";

exports.DEFAULT_BASE_URL = DEFAULT_BASE_URL;
const DEFAULT_ELEMENTS_BASE_URL = `https://${"js.basistheory.com"}/web-elements/${WEB_ELEMENTS_VERSION}/hosted-elements`;
const DEFAULT_ELEMENTS_BASE_URL = `https://${"js.basistheory.com/hosted-elements"}`;
exports.DEFAULT_ELEMENTS_BASE_URL = DEFAULT_ELEMENTS_BASE_URL;
const DD_TOKEN = "pub5f53501515584007899577554c4aeda6";
exports.DD_TOKEN = DD_TOKEN;
const DD_GIT_SHA = "87425b746c87b3cce7f7f847cb51b53f118c8c2d";
const DD_GIT_SHA = "b7689dec81c3e49cf047d7180a5001e45bc58e6b";
exports.DD_GIT_SHA = DD_GIT_SHA;

@@ -38,0 +38,0 @@ const CLIENT_BASE_PATHS = {

@@ -8,4 +8,2 @@ "use strict";

var _common = require("./../common");
var _logging = require("./../common/logging");

@@ -170,3 +168,3 @@

let url = `https://${"js.basistheory.com"}/web-elements/${_common.WEB_ELEMENTS_VERSION}/client/index.js`;
let url = `https://${"js.basistheory.com"}/web-elements/1.5.0/client/index.js`;

@@ -173,0 +171,0 @@ if (typeof elementsClientUrl !== 'undefined') {

{
"name": "@basis-theory/basis-theory-js",
"version": "4.28.0",
"version": "4.28.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