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
3
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.1.17 to 0.1.18

6

dist/Dialog.js

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

constructor() {
this.handleScroll = (scrollEvent) => element.dispatchEvent(new Event('scroll', scrollEvent));
this.handleScroll = (scrollEvent) => {
element.dispatchEvent(new Event('scroll', scrollEvent));
// https://devdoc.net/web/developer.mozilla.org/en-US/docs/Web/Events/scroll.html
window.dispatchEvent(new Event('scroll', scrollEvent));
};
}

@@ -456,0 +460,0 @@ get scrollerElement() {

2

package.json
{
"name": "@3mo/dialog",
"version": "0.1.17",
"version": "0.1.18",
"description": "A dialog component based on Material Web Components.",

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

# Dialog
A dialog component based on Material Web Components.

Sorry, the diff of this file is not supported yet

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