Socket
Socket
Sign inDemoInstall

@acot/types

Package Overview
Dependencies
76
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.12 to 0.0.13

6

CHANGELOG.md

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

## [0.0.13](https://github.com/acot-a11y/acot/compare/v0.0.13-canary.0...v0.0.13) (2021-10-10)
### Features
- allow multiple reporters ([437022c](https://github.com/acot-a11y/acot/commit/437022c73270e94f80e3c337c4d4459967f66e9d))
## [0.0.12](https://github.com/acot-a11y/acot/compare/v0.0.11...v0.0.12) (2021-04-18)

@@ -8,0 +14,0 @@

4

lib/config.d.ts

@@ -49,3 +49,3 @@ import type { ChromeChannel } from '@acot/find-chrome';

runner?: string | RunnerUses;
reporter?: string | ReporterUses;
reporters?: (string | ReporterUses)[];
chromeChannel?: ChromeChannel;

@@ -63,3 +63,3 @@ launchOptions?: LaunchOptions;

runner?: ResolvedRunnerUses;
reporter?: ResolvedReporterUses;
reporters?: ResolvedReporterUses[];
rules: NormalizedRuleConfig;

@@ -66,0 +66,0 @@ presets?: Preset[];

{
"name": "@acot/types",
"version": "0.0.12",
"version": "0.0.13",
"description": "acot's underlying type declarations.",

@@ -30,4 +30,4 @@ "keywords": [

"dependencies": {
"@acot/find-chrome": "0.0.12",
"@acot/schema-validator": "0.0.12",
"@acot/find-chrome": "0.0.13",
"@acot/schema-validator": "0.0.13",
"puppeteer-core": "^8.0.0",

@@ -39,3 +39,3 @@ "type-fest": "^0.20.2"

},
"gitHead": "eedbde034ad1495dd489be01ae11404365ecfce6"
"gitHead": "1c9b9558ecc47f3ed5be8509bd4fe69aa73b1a78"
}
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