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

@dile/ui

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dile/ui - npm Package Compare versions

Comparing version 2.1.34 to 2.1.35

7

components/select/src/DileSelectAjax.js

@@ -215,3 +215,3 @@ import { LitElement, html, css } from 'lit';

delay="${this.delay}"
@element-changed=${this.hideErrorOnInteraction}
@element-changed=${this.inputSearchChanged}
></dile-input-search>

@@ -298,2 +298,7 @@ <div class="anchor">

inputSearchChanged(e) {
e.stopPropagation();
this.hideErrorOnInteraction();
}
hideErrorOnInteraction() {

@@ -300,0 +305,0 @@ if (this.hideErrorOnInput && this.errored) {

4

package.json
{
"name": "@dile/ui",
"version": "2.1.34",
"version": "2.1.35",
"description": "UI Core components from dile-components.",

@@ -29,3 +29,3 @@ "main": "index.js",

},
"gitHead": "e3f1c5d2850016066910a97ca26eee78543bb247"
"gitHead": "c46fe754ac1cd5dd2a0fd628915066d651b02549"
}
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