Socket
Socket
Sign inDemoInstall

@expressen/tallahassee

Package Overview
Dependencies
Maintainers
12
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.18.0 to 11.19.0

4

CHANGELOG.md
Changelog
=========
## 11.19.0
- `removeAttribute` triggers attribute change
## 11.18.0

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

@@ -375,3 +375,5 @@ "use strict";

removeAttribute(name) {
if (!this.hasAttribute(name)) return;
this.$elm.removeAttr(name);
this._emitter.emit("_attributeChange", name, this);
}

@@ -378,0 +380,0 @@ requestFullscreen() {

2

lib/HTMLButtonElement.js

@@ -12,3 +12,3 @@ "use strict";

if (value === true) return this.setAttribute("disabled", "disabled");
this.$elm.removeAttr("disabled");
this.removeAttribute("disabled");
}

@@ -15,0 +15,0 @@ get value() {

@@ -30,3 +30,3 @@ "use strict";

if (value === true) return this.setAttribute("disabled", "disabled");
this.$elm.removeAttr("disabled");
this.removeAttribute("disabled");
}

@@ -38,3 +38,3 @@ get readOnly() {

if (value === true) return this.setAttribute("readonly", "readonly");
this.$elm.removeAttr("readonly");
this.removeAttribute("readonly");
}

@@ -41,0 +41,0 @@ get value() {

@@ -27,3 +27,3 @@ "use strict";

if (value === true) return this.setAttribute("disabled", "disabled");
this.$elm.removeAttr("disabled");
this.removeAttribute("disabled");
}

@@ -30,0 +30,0 @@ get multiple() {

@@ -12,3 +12,3 @@ "use strict";

if (value === true) return this.setAttribute("disabled", "disabled");
this.$elm.removeAttr("disabled");
this.removeAttribute("disabled");
}

@@ -20,3 +20,3 @@ get readOnly() {

if (value === true) return this.setAttribute("readonly", "readonly");
this.$elm.removeAttr("readonly");
this.removeAttribute("readonly");
}

@@ -23,0 +23,0 @@ set innerHTML(value) {

{
"name": "@expressen/tallahassee",
"version": "11.18.0",
"version": "11.19.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