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

a11y-dialog

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a11y-dialog - npm Package Compare versions

Comparing version 2.5.3 to 2.5.4

6

a11y-dialog.js

@@ -16,8 +16,8 @@ (function (global) {

_CustomEvent.prototype = global.Event.prototype;
_CustomEvent.prototype = window.Event.prototype;
var event;
if (global.CustomEvent && typeof global.CustomEvent === 'function') {
event = new global.CustomEvent(eventName, { detail: emmiter });
if (window.CustomEvent && typeof window.CustomEvent === 'function') {
event = new window.CustomEvent(eventName, { detail: emmiter });
} else {

@@ -24,0 +24,0 @@ event = new _CustomEvent(eventName, { bubbles: false, cancelable: false, detail: emmiter });

{
"name": "a11y-dialog",
"version": "2.5.3",
"version": "2.5.4",
"description": "A tiny script to make dialog windows accessible to assistive technology users.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/edenspiekermann/a11y-dialog",

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