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

@3mo/dialog

Package Overview
Dependencies
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3mo/dialog - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

dist/Dialog.js

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

if (this.open === true) {
await new Promise(resolve => setTimeout(resolve));
await new Promise(r => requestAnimationFrame(r));
this.querySelector('[autofocus]')?.focus();

@@ -345,0 +345,0 @@ }

{
"name": "@3mo/dialog",
"version": "0.2.0",
"version": "0.2.1",
"description": "A dialog component based on Material Web Components.",

@@ -5,0 +5,0 @@ "repository": {

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