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
182
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.20.0 to 4.21.0

2

BasisTheory.js

@@ -74,3 +74,3 @@ "use strict";

baseUrl = baseUrlObject.toString().replace(/\/$/u, '');
baseUrl = `${baseUrlObject.toString().replace(/\/$/u, '')}/`;
} catch {

@@ -77,0 +77,0 @@ throw new Error('Invalid format for the given API base url.');

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

exports.DD_TOKEN = DD_TOKEN;
const DD_GIT_SHA = "82687839b3e74ee9466184449c528d4f323b7c1f";
const DD_GIT_SHA = "4fe9c4a1cdb6e43934ba20dcc12b4587b9af8289";
exports.DD_GIT_SHA = DD_GIT_SHA;

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

{
"name": "@basis-theory/basis-theory-js",
"version": "4.20.0",
"version": "4.21.0",
"repository": "https://github.com/Basis-Theory/basis-theory-js",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -11,2 +11,3 @@ import { CreditCardType } from './cardTypes';

useNgApi: boolean | undefined;
useSameOriginApi: boolean | undefined;
disableTelemetry?: boolean | undefined;

@@ -13,0 +14,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