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

ay-dialog

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ay-dialog - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

dialog.js

@@ -480,7 +480,3 @@ /*! Copyright (c) 2016 Ayogo Health Inc.

if (el.open) {
if (typeof DOMException === 'function') {
throw new DOMException('Modal is already open', 'InvalidStateError');
} else {
throw new Error('Modal is already open');
}
return;
}

@@ -487,0 +483,0 @@

4

package.json
{
"name": "ay-dialog",
"version": "1.0.0",
"version": "1.0.1",
"copyright": "Copyright 2016 Ayogo Health Inc.",

@@ -9,3 +9,3 @@ "license": "MIT",

"contributors": [
"Darryl Pogue <darryl@dpogue.ca>"
"Darryl Pogue <darryl@dpogue.ca>"
],

@@ -12,0 +12,0 @@ "description": "An HTML5 spec-compliant <dialog> polyfill.",

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