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

@expressen/tallahassee

Package Overview
Dependencies
Maintainers
12
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expressen/tallahassee - npm Package Compare versions

Comparing version 14.12.0 to 14.13.0

7

lib/HTMLDialogElement.js
"use strict";
const DOMException = require("domexception");
const { Event } = require("./Events.js");

@@ -18,4 +19,10 @@ const HTMLElement = require("./HTMLElement.js");

showModal() {
if (this.open) {
throw new DOMException("Failed to execute 'showModal' on 'HTMLDialogElement': The element already has an 'open' attribute, and therefore cannot be opened modally.");
}
this.open = true;
}
show() {
this.open = true;
}
close() {

@@ -22,0 +29,0 @@ this.open = false;

2

package.json
{
"name": "@expressen/tallahassee",
"version": "14.12.0",
"version": "14.13.0",
"description": "Lightweight client testing framework",

@@ -5,0 +5,0 @@ "main": "index.js",

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