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.1 to 0.4.2

dist/accessible-name.mjs

6

CHANGELOG.md

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

## 0.4.2
### Minor Changes
- [`0897630`](https://github.com/eps1lon/dom-accessibility-api/commit/0897630862d608a9ca22e9799bb30b37e1032afa) [#155](https://github.com/eps1lon/dom-accessibility-api/pull/155) - Publish version using ES6 modules allongside current CommonJS modules
## 0.4.1

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

4

dist/accessible-name.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.__esModule = true;
exports.computeAccessibleName = computeAccessibleName;

@@ -7,0 +5,0 @@

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.__esModule = true;
exports.default = getRole;

@@ -7,0 +5,0 @@

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "computeAccessibleName", {
enumerable: true,
get: function get() {
return _accessibleName.computeAccessibleName;
}
});
Object.defineProperty(exports, "getRole", {
enumerable: true,
get: function get() {
return _getRole.default;
}
});
exports.__esModule = true;
exports.getRole = exports.computeAccessibleName = void 0;
var _accessibleName = require("./accessible-name");
exports.computeAccessibleName = _accessibleName.computeAccessibleName;
var _getRole = _interopRequireDefault(require("./getRole"));
exports.getRole = _getRole.default;
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.__esModule = true;
exports.isElement = isElement;

@@ -7,0 +5,0 @@ exports.isHTMLInputElement = isHTMLInputElement;

{
"name": "dom-accessibility-api",
"version": "0.4.1",
"version": "0.4.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"exports": {
"import": "dist/index.mjs",
"require": "dist/index.js"
},
"license": "MIT",

@@ -19,5 +23,6 @@ "repository": {

"scripts": {
"build": "yarn build:clean && yarn build:source && yarn build:types",
"build": "yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types",
"build:clean": "rimraf dist",
"build:source": "babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --source-maps",
"build:source": "babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps",
"build:source:cjs": "cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps",
"build:types": "tsc -p tsconfig.json --emitDeclarationOnly",

@@ -44,11 +49,13 @@ "format": "prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore",

"@babel/core": "^7.8.7",
"@babel/plugin-transform-modules-commonjs": "^7.9.0",
"@babel/preset-env": "^7.8.7",
"@babel/preset-typescript": "^7.8.3",
"@changesets/changelog-github": "^0.2.2",
"@changesets/cli": "^2.5.2",
"@testing-library/dom": "^6.15.0",
"@changesets/cli": "^2.6.1",
"@testing-library/dom": "^7.0.4",
"@types/jest": "^25.1.4",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"concurrently": "^5.1.0",
"cross-env": "^7.0.2",
"cypress": "^4.1.0",

@@ -61,3 +68,3 @@ "eslint": "^6.8.0",

"js-yaml": "^3.13.1",
"jsdom": "^16.2.0",
"jsdom": "^16.2.1",
"minimatch": "^3.0.4",

@@ -64,0 +71,0 @@ "mocha": "^7.1.0",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc