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

@digital-realty/ix-select

Package Overview
Dependencies
Maintainers
5
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digital-realty/ix-select - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

33

dist/IxSelect.js

@@ -108,19 +108,18 @@ import { __decorate } from "tslib";

if (this.appearance === 'filled') {
return html `
<md-filled-select
.aria-label=${this.ariaLabel || nothing}
.tabindex=${this.disabled ? '-1' : '0'}
.label=${this.label}
.populated=${!!this.displayText}
.disabled=${this.disabled}
.quick=${this.quick}
.positioning=${this.menuPositioning}
.typeaheadDelay=${this.typeaheadDelay}
.required=${this.required}
.error=${this.hasError}
supporting-text=${this.supportingText}
error-text=${this.getErrorText()}
@change=${this.changeHandler}
>
<slot></slot>
return html ` <md-filled-select
.aria-label=${this.ariaLabel || nothing}
.tabindex=${this.disabled ? '-1' : '0'}
.label=${this.label}
.populated=${!!this.displayText}
.disabled=${this.disabled}
.quick=${this.quick}
.positioning=${this.menuPositioning}
.typeaheadDelay=${this.typeaheadDelay}
.required=${this.required}
.error=${this.hasError}
supporting-text=${this.supportingText}
error-text=${this.getErrorText()}
@change=${this.changeHandler}
>
<slot></slot>
</md-filled-select>`;

@@ -127,0 +126,0 @@ }

@@ -6,3 +6,3 @@ {

"author": "interxion",
"version": "1.0.4",
"version": "1.0.5",
"type": "module",

@@ -104,3 +104,3 @@ "main": "dist/index.js",

],
"gitHead": "8b801892bdb92ec0c653961b76f4a144cc35a4f1"
"gitHead": "76f4ebd14b8f0e9cf234530e8bdb773a63c04daa"
}

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