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

@basis-theory/basis-theory-elements-interfaces

Package Overview
Dependencies
Maintainers
9
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@basis-theory/basis-theory-elements-interfaces - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

package.json
{
"name": "@basis-theory/basis-theory-elements-interfaces",
"version": "1.1.0",
"version": "1.2.0",
"repository": "https://github.com/Basis-Theory/basis-theory-elements-interfaces",

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

@@ -7,3 +7,3 @@ import type { Properties as CSSProperties } from 'csstype';

declare type SafeStyle = Pick<CSSProperties, SafeCSSProperty>;
declare const CARD_ELEMENT_STYLE_VARIANT_SELECTORS: readonly [":hover", ":focus", "::placeholder", "::selection"];
declare const CARD_ELEMENT_STYLE_VARIANT_SELECTORS: readonly [":hover", ":focus", "::placeholder", "::selection", ":disabled"];
declare type CardElementStyleVariantSelector = typeof CARD_ELEMENT_STYLE_VARIANT_SELECTORS[number];

@@ -10,0 +10,0 @@ declare type CardElementStyleVariantStyle = SafeStyle & Partial<Record<CardElementStyleVariantSelector, SafeStyle>>;

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

exports.SAFE_CSS_PROPERTIES_WITH_ALTERNATES = SAFE_CSS_PROPERTIES_WITH_ALTERNATES;
const CARD_ELEMENT_STYLE_VARIANT_SELECTORS = [':hover', ':focus', '::placeholder', '::selection'];
const CARD_ELEMENT_STYLE_VARIANT_SELECTORS = [':hover', ':focus', '::placeholder', '::selection', ':disabled'];
exports.CARD_ELEMENT_STYLE_VARIANT_SELECTORS = CARD_ELEMENT_STYLE_VARIANT_SELECTORS;

@@ -18,0 +18,0 @@ const CARD_ELEMENT_STYLE_VARIANTS = ['base', 'complete', 'invalid', 'empty'];

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