Socket
Socket
Sign inDemoInstall

@expressen/tallahassee

Package Overview
Dependencies
Maintainers
10
Versions
206
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 11.16.0 to 11.17.0

lib/HTMLDialogElement.js

4

CHANGELOG.md
Changelog
=========
## 11.17.0
- add support for `dialog` element
## 11.16.0

@@ -5,0 +9,0 @@

@@ -7,2 +7,3 @@ "use strict";

const HTMLButtonElement = require("./HTMLButtonElement");
const HTMLDialogElement = require("./HTMLDialogElement");
const HTMLFormElement = require("./HTMLFormElement");

@@ -29,2 +30,4 @@ const HTMLInputElement = require("./HTMLInputElement");

return new HTMLButtonElement(document, $elm);
case "dialog":
return new HTMLDialogElement(document, $elm);
case "form":

@@ -31,0 +34,0 @@ return new HTMLFormElement(document, $elm);

2

package.json
{
"name": "@expressen/tallahassee",
"version": "11.16.0",
"version": "11.17.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