Socket
Socket
Sign inDemoInstall

@acot/core

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acot/core - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

10

CHANGELOG.md

@@ -6,2 +6,12 @@ # Change Log

## [0.0.15](https://github.com/acot-a11y/acot/compare/v0.0.14...v0.0.15) (2022-03-27)
### Bug Fixes
- update aom feature flag ([040a321](https://github.com/acot-a11y/acot/commit/040a321b83360f9f0b670e327d0876e9e297fa5a))
### Features
- upgrade puppeteer to v13 ([6598c99](https://github.com/acot-a11y/acot/commit/6598c99ead6734cdc6f71a184a75cf4577cfa17d))
## [0.0.14](https://github.com/acot-a11y/acot/compare/v0.0.14-canary.2...v0.0.14) (2022-01-03)

@@ -8,0 +18,0 @@

2

lib/browser-pool.js

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

// require flags
const enableAOM = '--enable-accessibility-object-model';
const enableAOM = '--enable-blink-features=AccessibilityObjectModel';
if (!this._config.launchOptions.args.includes(enableAOM)) {

@@ -31,0 +31,0 @@ this._config.launchOptions.args.push(enableAOM);

{
"name": "@acot/core",
"version": "0.0.14",
"version": "0.0.15",
"description": "More accessible web, all over the world.",

@@ -39,10 +39,10 @@ "keywords": [

"dependencies": {
"@acot/factory": "0.0.14",
"@acot/find-chrome": "0.0.14",
"@acot/html-pickup": "0.0.14",
"@acot/logger": "0.0.14",
"@acot/module-loader": "0.0.14",
"@acot/schema-validator": "0.0.14",
"@acot/types": "0.0.14",
"@acot/utils": "0.0.14",
"@acot/factory": "0.0.15",
"@acot/find-chrome": "0.0.15",
"@acot/html-pickup": "0.0.15",
"@acot/logger": "0.0.15",
"@acot/module-loader": "0.0.15",
"@acot/schema-validator": "0.0.15",
"@acot/types": "0.0.15",
"@acot/utils": "0.0.15",
"debug": "^4.3.1",

@@ -53,9 +53,9 @@ "emittery": "^0.7.1",

"p-series": "^2.1.0",
"puppeteer-core": "^8.0.0",
"puppeteer-core": "^13.5.1",
"puppeteer-element2selector": "^0.0.3"
},
"devDependencies": {
"@acot/mock": "0.0.14",
"@types/lodash": "4.14.172",
"puppeteer": "8.0.0"
"@acot/mock": "0.0.15",
"@types/lodash": "4.14.180",
"puppeteer": "13.5.1"
},

@@ -65,3 +65,3 @@ "publishConfig": {

},
"gitHead": "23b69f2eec4a19f5a1b60eb54e90f696028387c2"
"gitHead": "4d9ea6c5bb5cf7f6611c349f82d464df5abe8596"
}
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