webdriver-image-comparison
Advanced tools
Comparing version 0.20.3 to 0.21.0
@@ -13,3 +13,3 @@ --- | ||
- Framework name and version: [e.g. Protractor 5.1.0] | ||
- Plugin name and version: [e.g. protractor-image-comparison 3.0.0] | ||
- Plugin name and version: [e.g. webdriver-image-comparison 3.0.0] | ||
- webdriver-image-comparison version: [e.g. 1.0.0] | ||
@@ -16,0 +16,0 @@ |
{ | ||
"name": "webdriver-image-comparison", | ||
"version": "0.20.3", | ||
"version": "0.21.0", | ||
"description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol", | ||
@@ -9,3 +9,3 @@ "main": "./build/index.js", | ||
"compile": "tsc --allowJs true --declaration false && tsc", | ||
"lint": "tslint -p tsconfig.json", | ||
"lint": "eslint lib/**/*.ts", | ||
"clean": "rimraf coverage build tmp", | ||
@@ -22,3 +22,4 @@ "pretest": "npm run lint", | ||
"precompile": "npm run clean", | ||
"prerelease": "npm run compile" | ||
"prerelease": "npm run compile", | ||
"prepare": "husky install" | ||
}, | ||
@@ -37,3 +38,3 @@ "repository": { | ||
"dependencies": { | ||
"canvas": "^2.9.1", | ||
"canvas": "^2.9.3", | ||
"chalk": "^4.1.2", | ||
@@ -48,13 +49,20 @@ "fs-extra": "^10.0.1" | ||
"@types/selenium-webdriver": "^4.0.18", | ||
"awesome-typescript-loader": "^5.2.1", | ||
"@typescript-eslint/eslint-plugin": "^5.30.7", | ||
"@typescript-eslint/parser": "^5.30.7", | ||
"eslint": "^8.20.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"husky": "^7.0.4", | ||
"jest": "^27.5.1", | ||
"lint-staged": "^13.0.3", | ||
"prettier": "^2.7.1", | ||
"release-it": "^14.14.0", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^27.1.4", | ||
"tslint": "^6.1.1", | ||
"tslint-eslint-rules": "^5.4.0", | ||
"typescript": "^4.6.3", | ||
"vrsource-tslint-rules": "^6.0.0" | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.6.3" | ||
}, | ||
"lint-staged": { | ||
"*.ts": "eslint --cache --fix" | ||
} | ||
} |
@@ -10,6 +10,3 @@ { | ||
}, | ||
"rulesDirectory": [ | ||
"node_modules/vrsource-tslint-rules/rules", | ||
"node_modules/tslint-eslint-rules/dist/rules" | ||
] | ||
"rulesDirectory": ["node_modules/tslint-eslint-rules/dist/rules"] | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
12464
19
17
100
1
Updatedcanvas@^2.9.3