Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.3-canary.0 to 0.0.3-canary.1

6

CHANGELOG.md

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

## [0.0.3-canary.1](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.3-canary.0...@acot/types@0.0.3-canary.1) (2020-12-16)
### Features
- Improve progress display (pretty reporter) ([dc4e9e1](https://github.com/acot-a11y/acot/commit/dc4e9e1655408a499619a690798e06ef439844be))
## [0.0.3-canary.0](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.2...@acot/types@0.0.3-canary.0) (2020-12-14)

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

9

lib/core.d.ts

@@ -5,3 +5,4 @@ import type { Summary } from './summary';

import type { EventMethodFactory } from './event';
import type { TestResult } from './result';
import type { TestcaseResult, TestResult } from './result';
import type { RuleId } from './rule';
export declare type TestDescriptor = {

@@ -17,4 +18,6 @@ headers?: Record<string, string>;

'audit:complete': [summary: Summary];
'test:start': [url: string, ids: string[]];
'test:complete': [url: string, ids: string[], result: TestResult];
'test:start': [url: string, ids: RuleId[]];
'test:complete': [url: string, ids: RuleId[], result: TestResult];
'testcase:start': [url: string, id: RuleId];
'testcase:complete': [url: string, id: RuleId, results: TestcaseResult[]];
'close:start': [];

@@ -21,0 +24,0 @@ 'close:complete': [];

@@ -18,2 +18,4 @@ import type { ResolvedConfig, RunnerOptions } from './config';

'test:complete': CoreEventMap['test:complete'];
'testcase:start': CoreEventMap['testcase:start'];
'testcase:complete': CoreEventMap['testcase:complete'];
'close:start': CoreEventMap['close:start'];

@@ -20,0 +22,0 @@ 'close:complete': CoreEventMap['close:complete'];

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

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

},
"gitHead": "c571c7f4be438578dc2dbd522013d2cac4f185a4"
"gitHead": "332f7a9be2dcf5b6a7838d5f53d03d8cbdfaac32"
}
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