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.1 to 0.0.3-canary.2

6

CHANGELOG.md

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

## [0.0.3-canary.2](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.3-canary.1...@acot/types@0.0.3-canary.2) (2020-12-19)
### Features
- Add rule result for pretty reporter ([f668f8a](https://github.com/acot-a11y/acot/commit/f668f8a56e730ea31ece53f23d7fd2629e456211))
## [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)

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

1

lib/index.d.ts

@@ -14,2 +14,1 @@ export * from './browser';

export * from './summary';
export * from './timing';

@@ -5,5 +5,7 @@ import type { SetOptional } from 'type-fest';

export declare type Status = Exclude<ReportType, 'off'> | 'pass';
export declare type RuleResult = Record<RuleId, Stat>;
export declare type BaseTestcaseResult = {
process: number;
rule: RuleId;
duration: number;
message: string;

@@ -24,3 +26,4 @@ tags: string[];

url: string;
rules: RuleResult;
results: TestcaseResult[];
};
export declare type Stat = {
duration: number;
passCount: number;

@@ -3,0 +4,0 @@ errorCount: number;

@@ -1,7 +0,6 @@

import type { TestResult } from './result';
import type { RuleResult, TestResult } from './result';
import type { Stat } from './stat';
import type { Timing } from './timing';
export declare type Summary = Stat & {
timing: Timing;
rules: RuleResult;
results: TestResult[];
};
{
"name": "@acot/types",
"version": "0.0.3-canary.1",
"version": "0.0.3-canary.2",
"description": "acot's underlying type declarations.",

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

"files": [
"lib"
"lib",
"!__mocks__",
"!__tests__"
],

@@ -26,4 +28,4 @@ "scripts": {

"dependencies": {
"@acot/find-chrome": "0.0.2",
"@acot/schema-validator": "0.0.2",
"@acot/find-chrome": "0.0.3-canary.0",
"@acot/schema-validator": "0.0.3-canary.0",
"puppeteer-core": "^5.5.0",

@@ -38,3 +40,3 @@ "type-fest": "^0.20.2"

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