axe-puppeteer
Advanced tools
Comparing version 0.1.0-canary.a4830fc8 to 0.1.0-canary.a73c478e
<< 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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
60974
3
0
Updatedaxe-core@^3.3.1