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

@digital-realty/ix-dialog

Package Overview
Dependencies
Maintainers
5
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.7 to 1.0.8

2

dist/IxDialog.d.ts

@@ -20,3 +20,3 @@ import { LitElement } from 'lit';

onCancel(): void;
render(): import("lit-html").TemplateResult<1>;
render(): import("lit").TemplateResult<1>;
}
import { IxDialog as LitComp } from '../IxDialog.js';
export declare const IxDialog: import("@lit-labs/react").ReactWebComponent<LitComp, {}>;
export declare const IxDialog: import("@lit/react").ReactWebComponent<LitComp, {}>;
import React from 'react';
import { createComponent } from '@lit-labs/react';
import { createComponent } from '@lit/react';
import { IxDialog as LitComp } from '../IxDialog.js';
window.customElements.define('ix-dialog', LitComp);
customElements.define('ix-dialog', LitComp);
export const IxDialog = createComponent({

@@ -6,0 +6,0 @@ tagName: 'ix-dialog',

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

"author": "Digital Realty",
"version": "1.0.7",
"version": "1.0.8",
"type": "module",

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

"dependencies": {
"@lit-labs/react": "^2.0.3",
"@lit/react": "^1.0.2",
"@material/web": "^1.0.1",

@@ -100,3 +100,3 @@ "lit": "^2.7.6",

],
"gitHead": "5714160bac22bcafd35125ddf83b029a7235ba9d"
"gitHead": "351ac4d7500d9b6a33acc3e4efef9519701d5253"
}

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