Socket
Socket
Sign inDemoInstall

dom-accessibility-api

Package Overview
Dependencies
1
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 0.4.1
### Patch Changes
- [`63c119f`](https://github.com/eps1lon/dom-accessibility-api/commit/63c119f388d4e0f121320d75c4ec6fe334d8f370) [#147](https://github.com/eps1lon/dom-accessibility-api/pull/147) Thanks [@eps1lon](https://github.com/eps1lon)! - Deploy all 0.4.0 changes
## 0.4.0

@@ -2,0 +8,0 @@

2

dist/accessible-name.js

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

function computeElementTextAlternative(node) {
if (!(0, _util.isHTMLInputElement)(node)) {
if (!((0, _util.isHTMLInputElement)(node) || (0, _util.isHTMLSelectElement)(node) || (0, _util.isHTMLTextAreaElement)(node))) {
return null;

@@ -321,0 +321,0 @@ }

{
"name": "dom-accessibility-api",
"version": "0.4.0",
"version": "0.4.1",
"main": "dist/index.js",

@@ -25,2 +25,3 @@ "types": "dist/index.d.ts",

"lint": "eslint --report-unused-disable-directives \"sources/**/*.ts\"",
"prepublishOnly": "yarn build:source",
"release:prepare": "yarn changeset version",

@@ -27,0 +28,0 @@ "release": "yarn changeset publish",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc