Socket
Socket
Sign inDemoInstall

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

4

CHANGELOG.md

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

## [0.0.8-canary.0](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.7...@acot/types@0.0.8-canary.0) (2021-03-30)
**Note:** Version bump only for package @acot/types
## [0.0.7](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.6...@acot/types@0.0.7) (2021-01-30)

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

4

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

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

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

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

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

@@ -27,14 +27,11 @@ "homepage": "https://github.com/acot-a11y/acot/tree/main/packages/types",

"dependencies": {
"@acot/find-chrome": "0.0.5",
"@acot/find-chrome": "0.0.6-canary.0",
"@acot/schema-validator": "0.0.5",
"puppeteer-core": "^5.5.0",
"puppeteer-core": "^8.0.0",
"type-fest": "^0.20.2"
},
"devDependencies": {
"@types/puppeteer-core": "2.1.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "7f0dfd84a37829f382b154dc1d67d5aa7043837c"
"gitHead": "019a4b37fc93b03f495bd62eddd4002f6403948d"
}
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