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.8 to 1.0.9

5

dist/ix-select.d.ts

@@ -1,1 +0,4 @@

export {};
import { IxSelect } from './IxSelect.js';
export declare class IxSelectStyled extends IxSelect {
static styles: import("lit").CSSResult;
}

11

dist/ix-select.js

@@ -0,3 +1,12 @@

import { css } from 'lit';
import { IxSelect } from './IxSelect.js';
window.customElements.define('ix-select', IxSelect);
export class IxSelectStyled extends IxSelect {
}
IxSelectStyled.styles = css `
.select {
display: block;
min-width: 0;
}
`;
window.customElements.define('ix-select', IxSelectStyled);
//# sourceMappingURL=ix-select.js.map

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

"author": "interxion",
"version": "1.0.8",
"version": "1.0.9",
"type": "module",

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

"dependencies": {
"@digital-realty/ix-icon": "*",
"@digital-realty/ix-icon": "^0.0.3",
"@lit-labs/react": "^2.0.3",

@@ -109,3 +109,3 @@ "@material/web": "^1.0.0",

],
"gitHead": "dfeb7c40d2849123ee4443ef78df6972ea3aa4cf"
"gitHead": "ed23dcb034e9d2a56ba58c27d995a737442e66ea"
}

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