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 to 0.0.4-canary.0

4

CHANGELOG.md

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

## [0.0.4-canary.0](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.3...@acot/types@0.0.4-canary.0) (2020-12-29)
**Note:** Version bump only for package @acot/types
## [0.0.3](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.3-canary.2...@acot/types@0.0.3) (2020-12-22)

@@ -8,0 +12,0 @@

2

lib/config.d.ts

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

headers?: Record<string, string>;
paths?: string[];
rules?: RuleConfig;

@@ -48,2 +47,3 @@ };

origin?: string;
paths?: string[];
connection?: ConnectionOptions;

@@ -50,0 +50,0 @@ runner?: string | RunnerUses;

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

export declare type Core = {
readonly version: string;
version: string;
add: (path: string, descriptor: TestDescriptor) => void;

@@ -28,0 +28,0 @@ audit: () => Promise<Summary>;

@@ -11,3 +11,3 @@ import type { ResolvedConfig, RunnerOptions } from './config';

'collect:start': [];
'collect:complete': [[path: string, descriptor: TestDescriptor][]];
'collect:complete': [Map<string, TestDescriptor>];
'launch:start': CoreEventMap['launch:start'];

@@ -27,8 +27,8 @@ 'launch:complete': CoreEventMap['launch:complete'];

export declare type RunnerVersion = {
readonly self: string;
readonly core: string;
self: string;
core: string;
};
export declare type Runner = {
readonly version: RunnerVersion;
readonly name: string;
version: RunnerVersion;
name: string;
run: () => Promise<Summary>;

@@ -35,0 +35,0 @@ } & EventMethodFactory<RunnerEventMap>;

{
"name": "@acot/types",
"version": "0.0.3",
"version": "0.0.4-canary.0",
"description": "acot's underlying type declarations.",
"homepage": "https://github.com/acot-a11y/acot/tree/master/packages/types",
"homepage": "https://github.com/acot-a11y/acot/tree/main/packages/types",
"bugs": {

@@ -27,4 +27,4 @@ "url": "https://github.com/acot-a11y/acot/issues"

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

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

},
"gitHead": "bfc184385ad43fa7ff3fd3e52709fcb25e66587d"
"gitHead": "d04b64541cb3226356998ee7cba234ffc48fa874"
}
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