New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

axe-puppeteer

Package Overview
Dependencies
Maintainers
5
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axe-puppeteer - npm Package Compare versions

Comparing version 0.1.0-canary.a4830fc8 to 0.1.0-canary.a73c478e

8

.github/PULL_REQUEST_TEMPLATE.md
<< Describe the changes >>
Closes issue:
Closes issue: #<< ticket number >>

@@ -8,5 +8,5 @@ ## Reviewer checks

**Required fields, to be filled out by PR reviewer(s)**
- [ ] Follows the commit message policy, appropriate for next version
- [ ] Has documentation updated, a DU ticket, or requires no documentation change
- [ ] Includes new tests, or was unnecessary
- [ ] Code is reviewed for security by: << Name here >>
- [ ] Code is reviewed for accessibility
- [ ] Code is reviewed for security
{
"name": "axe-puppeteer",
"version": "0.1.0-canary.a4830fc8",
"version": "0.1.0-canary.a73c478e",
"description": "Provides a chainable axe API for Puppeteer and automatically injects into all frames",
"repository": {
"type": "git",
"url": "https://github.com/dequelabs/axe-puppeteer.git"
},
"main": "dist/index.js",

@@ -21,3 +25,3 @@ "typings": "dist/index.d.ts",

"@types/mocha": "^5.2.5",
"@types/node": "^10.12.10",
"@types/node": "^12.7.5",
"@types/puppeteer": "^1.10.0",

@@ -34,6 +38,6 @@ "@types/sinon": "^5.0.7",

"puppeteer": "^1.10.0",
"sinon": "^7.1.1",
"sinon": "^7.3.2",
"source-map-support": "^0.5.9",
"test-listen": "^1.1.0",
"ts-node": "^7.0.1",
"ts-node": "^8.3.0",
"tslint": "^5.11.0",

@@ -46,3 +50,3 @@ "tslint-config-prettier": "^1.16.0",

"dependencies": {
"axe-core": "^3.1.2"
"axe-core": "^3.3.1"
},

@@ -49,0 +53,0 @@ "peerDependencies": {

@@ -6,3 +6,3 @@ # axe-puppeteer

[![License](https://img.shields.io/npm/l/axe-puppeteer.svg)](LICENSE)
[![CircleCI Build](https://circleci.com/gh/dequelabs/axe-puppeteer/tree/master.svg?style=svg)](https://circleci.com/gh/dequelabs/axe-puppeteer/tree/master)
[![CircleCI Build](https://circleci.com/gh/dequelabs/axe-puppeteer.svg?style=svg)](https://circleci.com/gh/dequelabs/axe-puppeteer)

@@ -9,0 +9,0 @@ Provides a chainable axe API for Puppeteer and automatically injects into all frames.

Sorry, the diff of this file is not supported yet

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