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

@digital-realty/ix-drawer

Package Overview
Dependencies
Maintainers
5
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.2 to 1.0.3

1

dist/IxDrawer.d.ts
import { LitElement, nothing } from 'lit';
import '@digital-realty/ix-button/ix-button.js';
import '@material/web/icon/icon.js';

@@ -4,0 +3,0 @@ export declare class IxDrawer extends LitElement {

2

dist/IxDrawer.js

@@ -5,3 +5,2 @@ import { __decorate } from "tslib";

import { IxDrawerStyles } from './styles/ix-drawer-styles.js';
import '@digital-realty/ix-button/ix-button.js';
import '@material/web/icon/icon.js';

@@ -19,2 +18,3 @@ export class IxDrawer extends LitElement {

return nothing;
// import '@digital-realty/ix-button/ix-button.js';
// TO DO: this part will be completed with https://telxapp.atlassian.net/browse/IXUAT-8818

@@ -21,0 +21,0 @@ // return html`<ix-button appearance="text" has-icon @click=${this.onClosed}>

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

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

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

"format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
"test": "tsc && wtr --coverage",
"test2": "tsc && wtr --coverage",
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",

@@ -33,4 +33,2 @@ "storybook": "tsc && npm run analyze -- --exclude dist && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds -c .storybook/server.mjs\"",

"dependencies": {
"@digital-realty/ix-button": "*",
"@digital-realty/theme": "*",
"@lit/react": "^1.0.2",

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

],
"gitHead": "ab9691521eda862a6136ca9c967a09b518dcc516"
"gitHead": "4c0b776d7e028829eb231dc34af90f9f31a790b0"
}

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