axe-puppeteer
Advanced tools
Comparing version
129
package.json
{ | ||
"name": "axe-puppeteer", | ||
"description": "An aXe-core integration for Puppeteer", | ||
"version": "0.0.1", | ||
"license": "MPL-2.0", | ||
"contributors": [ | ||
{ | ||
"name": "Dylan Barrell", | ||
"email": "dylan@barrell.com", | ||
"organization": "Deque Systems, Inc.", | ||
"url": "http://deque.com/" | ||
}, | ||
{ | ||
"name": "Wilco Fiers", | ||
"organization": "Deque Systems, Inc.", | ||
"url": "http://deque.com/" | ||
}, | ||
{ | ||
"name": "Marcy Sutton", | ||
"organization": "Deque Systems, Inc.", | ||
"url": "http://deque.com/" | ||
} | ||
], | ||
"version": "0.1.0-canary.26abe8db", | ||
"description": "Provides a chainable axe API for Puppeteer and automatically injects into all frames", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dequelabs/axe-core.git" | ||
"url": "https://github.com/dequelabs/axe-puppeteer.git" | ||
}, | ||
"keywords": [ | ||
"Accessibility", | ||
"a11y", | ||
"testing", | ||
"unit", | ||
"tdd", | ||
"bdd", | ||
"aXe" | ||
], | ||
"scripts": {}, | ||
"devDependencies": {}, | ||
"dependencies": {} | ||
} | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "mocha", | ||
"coverage": "nyc mocha", | ||
"lint": "tslint --project tsconfig.json --format codeFrame 'src/**/*.ts' 'test/**/*.ts'", | ||
"fmt": "prettier --write '*'.{md,js,json} 'src/**/*.ts'", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"author": "Adam Cutler", | ||
"license": "MPL-2.0", | ||
"devDependencies": { | ||
"@types/chai": "^4.1.7", | ||
"@types/express": "^4.16.0", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^12.7.5", | ||
"@types/puppeteer": "^1.10.0", | ||
"@types/sinon": "^5.0.7", | ||
"@types/test-listen": "^1.1.0", | ||
"chai": "^4.2.0", | ||
"express": "^4.16.4", | ||
"husky": "^1.2.0", | ||
"lint-staged": "^9.2.5", | ||
"mocha": "^5.2.0", | ||
"nyc": "^14.1.1", | ||
"prettier": "^1.15.2", | ||
"puppeteer": "^1.10.0", | ||
"sinon": "^7.3.2", | ||
"source-map-support": "^0.5.9", | ||
"test-listen": "^1.1.0", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.11.0", | ||
"tslint-config-prettier": "^1.16.0", | ||
"tslint-config-standard": "^8.0.1", | ||
"tslint-no-unused-expression-chai": "^0.1.4", | ||
"typescript": "^3.1.6" | ||
}, | ||
"dependencies": { | ||
"axe-core": "^3.3.1" | ||
}, | ||
"peerDependencies": { | ||
"puppeteer": "^1.10.0" | ||
}, | ||
"engines": { | ||
"node": ">=6.4.0" | ||
}, | ||
"lint-staged": { | ||
"*.{md,js,json,css}": [ | ||
"prettier --write", | ||
"git add" | ||
], | ||
"*.{ts,tsx}": [ | ||
"tslint --fix", | ||
"prettier --write", | ||
"git add" | ||
] | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"nyc": { | ||
"require": [ | ||
"ts-node/register" | ||
], | ||
"extension": [ | ||
".ts", | ||
".tsx" | ||
], | ||
"include": [ | ||
"src" | ||
], | ||
"exclude": [ | ||
"**/*.d.ts", | ||
"src/browser.ts" | ||
], | ||
"all": true, | ||
"instrument": true, | ||
"sourceMap": true, | ||
"reporter": [ | ||
"text-summary", | ||
"html" | ||
], | ||
"statements": 85, | ||
"branches": 85, | ||
"functions": 85, | ||
"lines": 85 | ||
} | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
60974
4561.62%46
2200%1203
Infinity%0
-100%205
2462.5%2
Infinity%24
Infinity%3
Infinity%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added