Socket
Socket
Sign inDemoInstall

@acot/types

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acot/types - npm Package Compare versions

Comparing version 0.0.2-canary.0 to 0.0.2-canary.1

lib/preset.d.ts

7

CHANGELOG.md

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

## [0.0.2-canary.1](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.2-canary.0...@acot/types@0.0.2-canary.1) (2020-11-08)
### Features
- **core:** Performance improvements with immutable rules ([572edef](https://github.com/acot-a11y/acot/commit/572edefca26d1817a46e2f1c74c8d31b6762642d))
- **document:** Change summary extraction logic ([361cd2b](https://github.com/acot-a11y/acot/commit/361cd2b448439fd769c20b757fe86abe67f653ee))
## [0.0.2-canary.0](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.1...@acot/types@0.0.2-canary.0) (2020-11-02)

@@ -8,0 +15,0 @@

8

lib/config.d.ts
import type { ChromeChannel } from '@acot/find-chrome';
import type { LaunchOptions, Viewport } from 'puppeteer-core';
import type { Merge } from 'type-fest';
import type { Plugin } from './plugin';
import type { Preset } from './preset';
import type { ReporterFactory } from './reporter';

@@ -35,3 +35,3 @@ import type { ReportType, RuleId, RuleOptions } from './rule';

extends?: string[];
plugins?: string[];
presets?: string[];
headers?: Record<string, string>;

@@ -58,3 +58,3 @@ paths?: string[];

rules: NormalizedRuleConfig;
plugins?: Plugin[];
presets?: Preset[];
}>;

@@ -65,3 +65,3 @@ export declare type ResolvedConfig = Merge<Config, {

rules: NormalizedRuleConfig;
plugins?: Plugin[];
presets?: Preset[];
overrides?: ResolvedConfigEntry[];

@@ -68,0 +68,0 @@ viewport?: Viewport;

import type { Summary } from './summary';
import type { NormalizedRuleConfig } from './config';
import type { Plugin } from './plugin';
import type { Preset } from './preset';
import type { EventMethodFactory } from './event';

@@ -8,3 +8,3 @@ import type { TestResult } from './result';

headers?: Record<string, string>;
plugins?: Plugin[];
presets?: Preset[];
rules: NormalizedRuleConfig;

@@ -11,0 +11,0 @@ };

@@ -5,3 +5,3 @@ export * from './config';

export * from './json';
export * from './plugin';
export * from './preset';
export * from './reporter';

@@ -8,0 +8,0 @@ export * from './result';

@@ -16,3 +16,2 @@ import type { Page, ElementHandle } from 'puppeteer-core';

export declare type RuleMeta = {
description?: string;
tags?: string[];

@@ -25,2 +24,3 @@ recommended?: boolean;

schema?: Schema;
immutable?: boolean;
meta?: RuleMeta;

@@ -27,0 +27,0 @@ };

{
"name": "@acot/types",
"version": "0.0.2-canary.0",
"version": "0.0.2-canary.1",
"description": "acot's underlying type declarations.",

@@ -36,3 +36,3 @@ "homepage": "https://github.com/acot-a11y/acot/tree/master/packages/types",

},
"gitHead": "61cca80b5953b0ee87f2b3de4b7764ada4d057fb"
"gitHead": "c921838de208bc5f5a81745a1d8adde745828363"
}
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