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.6 to 0.0.7

6

CHANGELOG.md

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

## [0.0.7](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.6...@acot/types@0.0.7) (2021-01-30)
### Features
- **core:** switch to `help` from `tags` ([7ac5678](https://github.com/acot-a11y/acot/commit/7ac56780e46c26f94aeda3f0c1d1482f47521acb))
## [0.0.6](https://github.com/acot-a11y/acot/compare/@acot/types@0.0.6-canary.0...@acot/types@0.0.6) (2021-01-13)

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

2

lib/result.d.ts

@@ -11,3 +11,3 @@ import type { SetOptional } from 'type-fest';

message: string;
tags: string[];
help: string;
selector: string | null;

@@ -14,0 +14,0 @@ htmlpath: string | null;

@@ -6,3 +6,3 @@ import type { Page, ElementHandle } from 'puppeteer-core';

message: string;
tags?: string[];
help?: string;
node?: ElementHandle;

@@ -17,3 +17,3 @@ };

export declare type RuleMeta = {
tags?: string[];
help?: string;
recommended?: boolean;

@@ -20,0 +20,0 @@ [key: string]: any;

{
"name": "@acot/types",
"version": "0.0.6",
"version": "0.0.7",
"description": "acot's underlying type declarations.",

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

"devDependencies": {
"@types/puppeteer-core": "^2.0.0"
"@types/puppeteer-core": "2.1.0"
},

@@ -39,3 +39,3 @@ "publishConfig": {

},
"gitHead": "ad95beecb4857920ecbe459583f7de9fda8e06a8"
"gitHead": "7f0dfd84a37829f382b154dc1d67d5aa7043837c"
}
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