Socket
Socket
Sign inDemoInstall

dom-accessibility-api

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-accessibility-api - npm Package Compare versions

Comparing version 0.5.16 to 0.6.0

dist/is-disabled.d.ts

1

dist/index.d.ts

@@ -5,2 +5,3 @@ export { computeAccessibleDescription } from "./accessible-description";

export * from "./is-inaccessible";
export { isDisabled } from "./is-disabled";
//# sourceMappingURL=index.d.ts.map

7

dist/index.js

@@ -7,5 +7,6 @@ "use strict";

computeAccessibleName: true,
getRole: true
getRole: true,
isDisabled: true
};
exports.getRole = exports.computeAccessibleName = exports.computeAccessibleDescription = void 0;
exports.isDisabled = exports.getRole = exports.computeAccessibleName = exports.computeAccessibleDescription = void 0;
var _accessibleDescription = require("./accessible-description");

@@ -24,3 +25,5 @@ exports.computeAccessibleDescription = _accessibleDescription.computeAccessibleDescription;

});
var _isDisabled = require("./is-disabled");
exports.isDisabled = _isDisabled.isDisabled;
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
//# sourceMappingURL=index.js.map
{
"name": "dom-accessibility-api",
"description": "Implements https://w3c.github.io/accname/",
"version": "0.5.16",
"version": "0.6.0",
"main": "dist/index.js",

@@ -51,7 +51,7 @@ "module": "dist/index.mjs",

"@changesets/cli": "^2.16.0",
"@testing-library/dom": "^8.0.0",
"@testing-library/dom": "^9.0.0",
"@types/jest": "^29.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"concurrently": "^7.0.0",
"concurrently": "^8.0.0",
"cross-env": "^7.0.3",

@@ -64,6 +64,6 @@ "cypress": "^12.0.0",

"jest-environment-jsdom": "^29.0.0",
"jest-junit": "^15.0.0",
"jest-junit": "^16.0.0",
"js-yaml": "^4.1.0",
"jsdom": "^20.0.0",
"minimatch": "^6.0.0",
"minimatch": "^8.0.0",
"mocha": "^10.0.0",

@@ -77,3 +77,3 @@ "mocha-sugar-free": "^1.4.0",

"serve": "^14.0.0",
"typescript": "^4.3.2"
"typescript": "^5.0.0"
},

@@ -80,0 +80,0 @@ "resolutions": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc