webdriver-image-comparison
Advanced tools
Comparing version 0.1.0 to 0.2.0-beta.0
{ | ||
"name": "webdriver-image-comparison", | ||
"version": "0.1.0", | ||
"version": "0.2.0-beta.0", | ||
"description": "An image compare module that can be used for different NodeJS Test automation frameworks that support the webdriver protocol", | ||
@@ -12,4 +12,6 @@ "main": "./build/index.js", | ||
"clean": "rimraf coverage build tmp", | ||
"pretest": "npm run lint", | ||
"test": "jasmine-ts --config=jasmine.json", | ||
"pretest": "npm run lint -- --fix", | ||
"test": "jest", | ||
"test:watch": "npm run test -- --watchAll", | ||
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", | ||
"watch": "npm run compile -- -w" | ||
@@ -29,4 +31,4 @@ }, | ||
"dependencies": { | ||
"canvas": "^2.2.0", | ||
"chalk": "^2.4.1", | ||
"canvas": "^2.4.1", | ||
"chalk": "^2.4.2", | ||
"fs-extra": "^7.0.1" | ||
@@ -36,15 +38,18 @@ }, | ||
"@types/chalk": "^2.2.0", | ||
"@types/fs-extra": "^5.0.4", | ||
"@types/jasmine": "^3.3.1", | ||
"@types/node": "^10.12.15", | ||
"@types/fs-extra": "^5.0.5", | ||
"@types/jest": "^24.0.11", | ||
"@types/node": "^10.14.4", | ||
"awesome-typescript-loader": "^5.2.1", | ||
"husky": "^1.2.1", | ||
"istanbul": "^0.4.5", | ||
"jasmine": "^3.3.1", | ||
"jasmine-ts": "^0.3.0", | ||
"rimraf": "^2.6.2", | ||
"coveralls": "^3.0.3", | ||
"husky": "^1.3.1", | ||
"jest": "^23.6.0", | ||
"rimraf": "^2.6.3", | ||
"source-map-loader": "^0.2.4", | ||
"typescript": "^3.2.2", | ||
"validate-commit-msg": "^2.14.0" | ||
"ts-jest": "^23.10.5", | ||
"tslint": "^5.15.0", | ||
"tslint-eslint-rules": "^5.4.0", | ||
"typescript": "^3.4.3", | ||
"validate-commit-msg": "^2.14.0", | ||
"vrsource-tslint-rules": "^6.0.0" | ||
} | ||
} |
# webdriver-image-comparison | ||
[![Coverage Status](https://coveralls.io/repos/github/wswebcreation/webdriver-image-comparison/badge.svg?branch=master)](https://coveralls.io/github/wswebcreation/webdriver-image-comparison?branch=master) | ||
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) | ||
> **NOTE: This module is still being developed** | ||
@@ -4,0 +7,0 @@ |
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
720751
227
10
16
6916
4
Updatedcanvas@^2.4.1
Updatedchalk@^2.4.2