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 1.1.2 to 1.1.3

2

dist/index.js

@@ -20,2 +20,4 @@ function $parcel$defineInteropFlag(a) {

const label = textField.previousElementSibling;
const notchedOutline = textField.parentElement.querySelector(".notched-outline");
if (notchedOutline) return;
textField.parentElement.insertAdjacentHTML("afterbegin", $4fa36e821943b400$var$notched);

@@ -22,0 +24,0 @@ textField.parentElement.querySelector(".notched-outline__notch").appendChild(label);

@@ -10,2 +10,4 @@ const $cf838c15c8b009ba$var$notched = `

const label = textField.previousElementSibling;
const notchedOutline = textField.parentElement.querySelector(".notched-outline");
if (notchedOutline) return;
textField.parentElement.insertAdjacentHTML("afterbegin", $cf838c15c8b009ba$var$notched);

@@ -12,0 +14,0 @@ textField.parentElement.querySelector(".notched-outline__notch").appendChild(label);

2

package.json
{
"name": "text-fields",
"version": "1.1.2",
"version": "1.1.3",
"description": "Input, textarea, material, vanilla",

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

@@ -11,3 +11,6 @@ const notched = `

const label = textField.previousElementSibling
const notchedOutline = textField.parentElement.querySelector('.notched-outline')
if (notchedOutline) return
textField.parentElement.insertAdjacentHTML('afterbegin', notched)

@@ -14,0 +17,0 @@

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