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

6

CHANGELOG.md

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

## [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)
### Bug Fixes
- Fix omission of version specification in `debug` package ([85f8ea4](https://github.com/acot-a11y/acot/commit/85f8ea44c7b029301dbcd6bceef427fda35972b6))
## [0.0.2](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.2-canary.3...@acot/types@0.0.2) (2020-12-10)

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

3

lib/config.d.ts
import type { ChromeChannel } from '@acot/find-chrome';
import type { LaunchOptions, Viewport } from 'puppeteer-core';
import type { LaunchOptions as PuppeteerLaunchOptions, Viewport } from 'puppeteer-core';
import type { Merge } from 'type-fest';

@@ -44,2 +44,3 @@ import type { Preset } from './preset';

};
export declare type LaunchOptions = Omit<PuppeteerLaunchOptions, 'product'>;
export declare type Config = BaseConfig & {

@@ -46,0 +47,0 @@ origin?: string;

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

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

"puppeteer-core": "^5.5.0",
"type-fest": "^0.19.0"
"type-fest": "^0.20.2"
},

@@ -37,3 +37,3 @@ "devDependencies": {

},
"gitHead": "0213161e3b268d769211bcd75d1d5f7f4e1818ad"
"gitHead": "c571c7f4be438578dc2dbd522013d2cac4f185a4"
}
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