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
10
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 1.79.6 to 1.80.0

2

package.json
{
"name": "@basis-theory/basis-theory-js",
"version": "1.79.6",
"version": "1.80.0",
"repository": "https://github.com/Basis-Theory/basis-theory-js",

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

@@ -15,2 +15,3 @@ import { AutoCompleteValue, DataElementReference } from './shared';

disabled?: boolean;
readOnly?: boolean;
targetId?: string;

@@ -37,3 +38,3 @@ mask?: (RegExp | string)[];

}
type CustomizableElementOptions = Pick<ElementOptions, 'style' | 'disabled' | 'validateOnChange' | 'enableCopy'> & AutoCompleteOption;
type CustomizableElementOptions = Pick<ElementOptions, 'style' | 'disabled' | 'readOnly' | 'validateOnChange' | 'enableCopy'> & AutoCompleteOption;
type ElementValueType = 'static' | 'reference';

@@ -40,0 +41,0 @@ interface CardElementValue<T extends ElementValueType> {

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