Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@socketsupply/components

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketsupply/components - npm Package Compare versions

Comparing version 13.2.13 to 13.2.14

2

package.json
{
"name": "@socketsupply/components",
"version": "13.2.13",
"version": "13.2.14",
"description": "Example components",

@@ -5,0 +5,0 @@ "scripts": {

@@ -207,2 +207,10 @@ const Tonic = require('@socketsupply/tonic')

input.removeAttribute('invalid')
const wrapper = this.querySelector('.tonic--invalid')
if (!wrapper) return
Object.assign(wrapper.style, {
visibility: '',
display: '',
opacity: ''
})
}

@@ -228,2 +236,9 @@

span.textContent = msg
const wrapper = this.querySelector('.tonic--invalid')
if (!wrapper) return
Object.assign(wrapper.style, {
visibility: 'visible',
display: 'block',
opacity: 1
})
}

@@ -230,0 +245,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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