Socket
Socket
Sign inDemoInstall

@acot/config

Package Overview
Dependencies
231
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.14 to 0.0.15

6

CHANGELOG.md

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

## [0.0.15](https://github.com/acot-a11y/acot/compare/v0.0.14...v0.0.15) (2022-03-27)
### 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 +14,0 @@

@@ -182,2 +182,6 @@ import Ajv = require('ajv');

};
ChromeReleaseChannel: {
enum: string[];
type: string;
};
ConnectionOptions: {

@@ -209,2 +213,5 @@ $ref: string;

};
TargetFilterCallback: {
$ref: string;
};
U: {

@@ -273,2 +280,9 @@ type: string;

};
channel: {
$ref: string;
description: string;
};
debuggingPort: {
type: string;
};
defaultViewport: {

@@ -338,2 +352,6 @@ $ref: string;

};
targetFilter: {
$ref: string;
description: string;
};
timeout: {

@@ -347,2 +365,6 @@ description: string;

};
waitForInitialPage: {
description: string;
type: string;
};
};

@@ -354,2 +376,5 @@ type: string;

};
__type_6: {
type: string;
};
};

@@ -356,0 +381,0 @@ };

31

lib/validator/config.validator.js

@@ -182,2 +182,6 @@ "use strict";

},
ChromeReleaseChannel: {
enum: ['chrome', 'chrome-beta', 'chrome-canary', 'chrome-dev'],
type: 'string',
},
ConnectionOptions: {

@@ -209,2 +213,5 @@ $ref: '#/definitions/__type_2',

},
TargetFilterCallback: {
$ref: '#/definitions/__type_6',
},
U: {

@@ -273,2 +280,9 @@ type: 'string',

},
channel: {
$ref: '#/definitions/ChromeReleaseChannel',
description: 'Chrome Release Channel',
},
debuggingPort: {
type: 'number',
},
defaultViewport: {

@@ -279,3 +293,3 @@ $ref: '#/definitions/Viewport',

devtools: {
description: 'Whether to auto-open a DevTools panel for each tab. If this is set to\n`true`, then `headless` will be set to `false` automatically.',
description: 'Whether to auto-open a DevTools panel for each tab. If this is set to\n`true`, then `headless` will be forced to `false`.',
type: 'boolean',

@@ -297,3 +311,3 @@ },

$ref: '#/definitions/Record_1',
description: '{@link https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/Preference_reference | Additional preferences } that can be passed when launching with Firefox.',
description: '{@link https://searchfox.org/mozilla-release/source/modules/libpref/init/all.js | Additional preferences } that can be passed when launching with Firefox.',
},

@@ -342,2 +356,6 @@ handleSIGHUP: {

},
targetFilter: {
$ref: '#/definitions/TargetFilterCallback',
description: 'Callback to decide if Puppeteer should connect to a given target or not.',
},
timeout: {

@@ -348,5 +366,9 @@ description: 'Maximum time in milliseconds to wait for the browser to start.\nPass `0` to disable the timeout.',

userDataDir: {
description: 'Path to a user data directory.\n{@link https://chromium.googlesource.com/chromium/src/+/master/docs/user_data_dir.md | see the Chromium docs}\nfor more info.',
description: 'Path to a user data directory.\n{@link https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/user_data_dir.md | see the Chromium docs}\nfor more info.',
type: 'string',
},
waitForInitialPage: {
description: 'Whether to wait for the initial page to be ready.\nUseful when a user explicitly disables that (e.g. `--no-startup-window` for Chrome).',
type: 'boolean',
},
},

@@ -358,2 +380,5 @@ type: 'object',

},
__type_6: {
type: 'object',
},
},

@@ -360,0 +385,0 @@ };

16

package.json
{
"name": "@acot/config",
"version": "0.0.14",
"version": "0.0.15",
"description": "A module to manipulate configs of acot.",

@@ -41,8 +41,8 @@ "keywords": [

"dependencies": {
"@acot/core": "0.0.14",
"@acot/module-loader": "0.0.14",
"@acot/reporter": "0.0.14",
"@acot/runner": "0.0.14",
"@acot/types": "0.0.14",
"@acot/utils": "0.0.14",
"@acot/core": "0.0.15",
"@acot/module-loader": "0.0.15",
"@acot/reporter": "0.0.15",
"@acot/runner": "0.0.15",
"@acot/types": "0.0.15",
"@acot/utils": "0.0.15",
"ajv": "^6.12.3",

@@ -65,3 +65,3 @@ "cosmiconfig": "^7.0.0",

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