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

webdriver-image-comparison

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdriver-image-comparison - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0-beta.0

.github/ISSUE_TEMPLATE/--bug-report.md

35

package.json
{
"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 @@

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