New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@digital-realty/ix-select

Package Overview
Dependencies
Maintainers
5
Versions
101
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.3 to 1.0.4

1

dist/IxSelect.d.ts

@@ -48,2 +48,3 @@ import { LitElement, PropertyValues } from 'lit';

get materialRoot(): Select;
changeHandler: () => void;
firstUpdated(): void;

@@ -50,0 +51,0 @@ protected updated(changed: PropertyValues<Select>): void;

@@ -38,2 +38,7 @@ import { __decorate } from "tslib";

this.customValidationMessage = '';
this.changeHandler = () => {
this.materialRoot.setAttribute('value', this.materialRoot.selectedOptions[0].value);
this.dispatchEvent(new Event('input', { bubbles: true, composed: true }));
this.dispatchEvent(new Event('change', { bubbles: true }));
};
}

@@ -98,2 +103,3 @@ get hasError() {

error-text=${this.getErrorText()}
@change=${this.changeHandler}
>

@@ -118,5 +124,6 @@ <slot></slot>

error-text=${this.getErrorText()}
@change=${this.changeHandler}
>
<slot></slot>
</md-outlined-select>`;
</md-filled-select>`;
}

@@ -123,0 +130,0 @@ }

4

package.json

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

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

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

],
"gitHead": "9e2b4f6c0e99f44ac1cfceb518e69f44c18725ba"
"gitHead": "8b801892bdb92ec0c653961b76f4a144cc35a4f1"
}

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