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.2-canary.2 to 0.0.2-canary.3

lib/browser.d.ts

6

CHANGELOG.md

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

## [0.0.2-canary.3](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.2-canary.2...@acot/types@0.0.2-canary.3) (2020-11-23)
### Features
- **types:** add ComputedAccessibleNode type ([bcd4322](https://github.com/acot-a11y/acot/commit/bcd4322b02cfdd9c264523f4b49d029b0ed92868))
## [0.0.2-canary.2](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.2-canary.1...@acot/types@0.0.2-canary.2) (2020-11-08)

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

5

lib/core.d.ts

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

'test:complete': [url: string, ids: string[], result: TestResult];
'terminate:start': [];
'terminate:complete': [];
'close:start': [];
'close:complete': [];
};

@@ -26,2 +26,3 @@ export declare type Core = {

audit: () => Promise<Summary>;
close: () => Promise<void>;
} & EventMethodFactory<CoreEventMap>;

1

lib/index.d.ts

@@ -0,1 +1,2 @@

export * from './browser';
export * from './config';

@@ -2,0 +3,0 @@ export * from './core';

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

'test:complete': CoreEventMap['test:complete'];
'terminate:start': CoreEventMap['terminate:start'];
'terminate:complete': CoreEventMap['terminate:complete'];
'close:start': CoreEventMap['close:start'];
'close:complete': CoreEventMap['close:complete'];
'cleanup:start': [];

@@ -22,0 +22,0 @@ 'cleanup:complete': [];

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

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

},
"gitHead": "553e5c3111262f3500eca32fc00b2511aa169061"
"gitHead": "80705d0103e66e4654b9cda5d66afff877cd6daa"
}
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