Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@acot/core

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acot/core - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8-canary.0

lib/__mocks__/logger.d.ts

4

CHANGELOG.md

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

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

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

4

lib/rule.d.ts

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

import type { Rule } from '@acot/types';
export declare const createRule: <T extends Record<string, any>>(descriptor: Rule<T>) => Rule<T>;
import type { Rule, RuleOptions } from '@acot/types';
export declare const createRule: <T extends RuleOptions>(descriptor: Rule<T>) => Rule<T>;
{
"name": "@acot/core",
"version": "0.0.7",
"version": "0.0.8-canary.0",
"description": "More accessible web, all over the world.",

@@ -36,10 +36,10 @@ "homepage": "https://github.com/acot-a11y/acot/tree/main/packages/core",

"dependencies": {
"@acot/factory": "0.0.7",
"@acot/find-chrome": "0.0.5",
"@acot/factory": "0.0.8-canary.0",
"@acot/find-chrome": "0.0.6-canary.0",
"@acot/html-pickup": "0.0.5",
"@acot/logger": "0.0.5",
"@acot/module-loader": "0.0.6",
"@acot/module-loader": "0.0.7-canary.0",
"@acot/schema-validator": "0.0.5",
"@acot/types": "0.0.7",
"@acot/utils": "0.0.6",
"@acot/types": "0.0.8-canary.0",
"@acot/utils": "0.0.7-canary.0",
"debug": "^4.3.1",

@@ -50,10 +50,9 @@ "emittery": "^0.7.1",

"p-series": "^2.1.0",
"puppeteer-core": "^5.5.0",
"puppeteer-core": "^8.0.0",
"puppeteer-element2selector": "^0.0.3"
},
"devDependencies": {
"@acot/mock": "0.0.5",
"@acot/mock": "0.0.6-canary.0",
"@types/lodash": "4.14.168",
"@types/puppeteer-core": "2.1.0",
"puppeteer": "5.5.0"
"puppeteer": "8.0.0"
},

@@ -63,3 +62,3 @@ "publishConfig": {

},
"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