Socket
Socket
Sign inDemoInstall

text-fields

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

text-fields - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

2

dist/index.js

@@ -52,3 +52,3 @@

static setNotchWidth(notch, width) {
const notchElement = notch; // Используем временную переменную
const notchElement = notch;
notchElement.style.width = width;

@@ -55,0 +55,0 @@ }

@@ -40,3 +40,3 @@ class $643fcf18b2d2e76f$var$TextFields {

static setNotchWidth(notch, width) {
const notchElement = notch; // Используем временную переменную
const notchElement = notch;
notchElement.style.width = width;

@@ -43,0 +43,0 @@ }

{
"name": "text-fields",
"version": "3.3.1",
"version": "3.3.2",
"description": "TextFields is designed to create and manage text fields with advanced visuals and functionality, including dynamic notched outlines, floating labels, and adaptive text areas.",

@@ -5,0 +5,0 @@ "author": "ux-ui.pro",

@@ -51,3 +51,3 @@ class TextFields {

private static setNotchWidth(notch: HTMLElement, width: string) {
const notchElement = notch; // Используем временную переменную
const notchElement = notch;
notchElement.style.width = width;

@@ -54,0 +54,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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