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

axe-playwright

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axe-playwright - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

2

index.d.ts

@@ -9,3 +9,3 @@ import {

} from 'axe-core'
import { Page } from 'playwright'
import { Page } from 'playwright-core'

@@ -12,0 +12,0 @@ export interface axeOptionsConfig {

{
"name": "axe-playwright",
"version": "1.1.4",
"version": "1.1.5",
"description": "Custom Playwright commands to inject axe-core and test for a11y",

@@ -23,3 +23,3 @@ "main": "dist/index.js",

"peerDependencies": {
"playwright": ">1.0.0"
"playwright-core": ">1.0.0"
},

@@ -35,6 +35,6 @@ "author": "Abhinaba Ghosh",

"devDependencies": {
"@types/jest": "^25.1.4",
"@types/node": "^13.9.0",
"@types/jest": "^26.0.10",
"@types/node": "^14.6.0",
"jest": "^25.5.4",
"jest-playwright-preset": "^0.2.3",
"jest-playwright-preset": "^1.3.1",
"playwright": "^1.1.1",

@@ -46,4 +46,3 @@ "prettier": "^2.0.5",

"dependencies": {
"@types/axe-core": "^2.0.7",
"axe-core": "^3.4.1"
"axe-core": "^4.0.1"
},

@@ -50,0 +49,0 @@ "repository": {

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

import { Page } from 'playwright'
import { Page } from 'playwright-core'
import * as fs from 'fs'

@@ -3,0 +3,0 @@ import assert from 'assert'

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